What is a scope operator and tell me its functionality?
Answer Posted / d.raji
scope operator is used to access the uotline function in
c++.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and its types?
Can we define a class within the interface?
Why is encapsulation used?
Why multiple inheritance is not allowed?
What is oops?what is its use in software engineering?
What do you mean by variable?
What is a class in oop?
What is object in oop with example?
Why is static class not inherited?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How to hide the base class functionality in Inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you achieve polymorphism?
Why it is called runtime polymorphism?
What is inheritance write a program to show use of inheritance?