What is a scope operator and tell me its functionality?
Answer Posted / sanjeevkumar.v
SCOPE--::
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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 makes a language oop?
What is the fundamental idea of oop?
What is constructor in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the important feature of inheritance?
What is abstraction example?
Can we override main method?
What are the two different types of polymorphism?
What is static modifier?
Are polymorphisms mutations?
What is the point of oop?
What is encapsulation in oop?
What is polymorphism and types?
when to use 'mutable' keyword and when to use 'const cast' in c++