Answer Posted / nayan patel
A class is USER DEFINE DATA TYPE.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does enum stand for?
What is multilevel inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is oops?what is its use in software engineering?
What are the benefits of oop?
Why do pointers exist?
What is difference between oop and pop?
What is the point of oop?
What is polymorphism and its types?
What is encapsulation c#?
what are the different types of qualifier in java?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism and types?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can you inherit a private class?