Answer Posted / amrut kanthavadiya
when overriden arrives at that time scope resolution use
for seperate out overridden properties or Method.
Scope resolution use for access function or properities out
side from the class.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
Why polymorphism is used in oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the difference between abstraction and polymorphism?
What are oops methods?
What is debug class?what is trace class? What differences are between them? With examples.
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.
What is overriding vs overloading?
What is encapsulation process?
2. Give the different notations for the class.\
What is inheritance write a program to show use of inheritance?
why reinterpret cast is considered dangerous?
Which language is not a true object oriented programming language?
how to get the oracle certification? send me the answer
What is class and object with example?