Answer Posted / rinku
object is a variable of data type class
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Why is abstraction needed?
What is polymorphism in oop example?
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.
How do you use inheritance in unity?
What is interface? When and where is it used?
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?
How to call a non virtual function in the derived class by using base class pointer
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is destructor in oop?
What is balance factor?
Is abstract thinking intelligence?
why reinterpret cast is considered dangerous?
What is methods in oop?
Which language is not a true object oriented programming language?
can inline function declare in private part of class?