Answer Posted / hima
A class is a template or a blueprint of a user-defined type
which can contain data and methods.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between data abstraction and encapsulation?
What is the difference between encapsulation and polymorphism?
What are the benefits of interface?
What is use of overloading?
What is difference between inheritance and polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How does polymorphism work?
What are the important components of cohesion?
What is difference between pop and oop?
What are the 3 pillars of oop?
What is difference between abstraction and encapsulation?
How do you achieve polymorphism?
What is object in oop with example?
Why multiple inheritance is not possible?
Can abstract class have normal methods?