Answer Posted / rekha
OOps is the object oriented programming concept here we
create a class and access the class using the object.
Class is the collection of data members and member function.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is overloading and its types?
What is the point of oop?
class type to basic type conversion
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the difference between a constructor and a destructor?
Write a c++ program to display pass and fail for three student using static member function
Why is polymorphism important in oop?
What is the renewal class?
What is the example of polymorphism?
Is abstract thinking intelligence?
What is the real time example of encapsulation?
Why do we use class in oops?
What is destructor give example?
What is this pointer in oop?
What is object in oop with example?