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
How do you define a class in oop?
What is and I oop mean?
What are the 3 pillars of oop?
What causes polymorphism?
How does polymorphism work?
What is difference between oop and pop?
Write a c++ program to display pass and fail for three student using static member function
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 polymorphism programming?
What is interface in oop?
Why is oop better than procedural?
What is abstraction in oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is class encapsulation?
What is abstract class in oops?