C++
Programming and Technical
Define object based programming language?
Read Solution (Total 1)
Object based programming language follows object oriented concepts except inheritance.
10 years ago
Helpfull: Yes(0) No(0)
C++ Other Question
Explain term POLIMORPHISM and give an example using eg. SHAPE object: If I have
a base class SHAPE, how would I define DRAW methods for two objects CIRCLE and
SQUARE
Define object oriented language?