Computer Science, asked by ranin375816, 16 hours ago

Write a C++ program to implement classes and objects?? Pls help me

Answers

Answered by aayushupriya
1

Answer:

C++ is a strongly typed language and fully object-oriented, that is, classes are types, and inheritance and polymorphism are both supported. The encapsulation mechanism of classes enables to create abstract data types, that is, a data abstraction and its operations is implemented within the class.

Answered by Anonymous
3

Answer:

C++ is a strongly typed language and fully object-oriented, that is, classes are types, and inheritance and polymorphism are both supported. The encapsulation mechanism of classes enables to create abstract data types, that is, a data abstraction and its operations is implemented within the class.

Similar questions