Computer Science, asked by shehalasherin2943, 11 months ago

With the help ofa suitable example explain the concept of object and classes

Answers

Answered by seenu001
1

Answer:

The building block of C++ that leads to Object Oriented programming is a Class. It is a user defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. ... For Example: Consider the Class of Cars.

Similar questions