polymorphism-and-abstraction
There are 6 repositories under polymorphism-and-abstraction topic.
danieldotwav/Orthogonal-Coordinate-System-Distance-Calculator
This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.
AhemdMahmoud/OOP_dunder_PY
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
manishjayadevadiga/C2TC_corejava
Contains all the Day-to-day projects created during TNSIF C2TC
todor-petrov/Python-Program
Modules
MSH-trojan/Java_21_Polymorphism_through_Inheritance_2
A program depicting polymorphism through rooted inheritance for the salary of different StaffMembers.
MSH-trojan/Java_21_Student_Data_1
A great example of using JFrame for depicting data for different types of students in a Univeristy.