This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.
-
Updated
Oct 2, 2023 - C++
This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.
Modules
Contains all the Day-to-day projects created during TNSIF C2TC
a programming paradigm that allows you to structure your code around objects, which are instances of classes. OOP provides concepts such as encapsulation, inheritance, and polymorphism. Here's an example that demonstrates these concepts in Python
A great example of using JFrame for depicting data for different types of students in a Univeristy.
A program depicting polymorphism through rooted inheritance for the salary of different StaffMembers.
Add a description, image, and links to the polymorphism-and-abstraction topic page so that developers can more easily learn about it.
To associate your repository with the polymorphism-and-abstraction topic, visit your repo's landing page and select "manage topics."