Answer Posted / khadeer.k
when a function is declared inside the class, it can be
used or imlemented with the operator called scope
resolution operator with a :: symbol.
Is This Answer Correct ? | 24 Yes | 16 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is object and class in oops?
write string class as your own class in java without using any built-in function
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is object-oriented programming? Webopedia definition
What is polymorphism oop?
Whats is abstraction in oops?
What is inheritance and how many types of inheritance?
What is overloading and its types?
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 are the benefits of oop?
What are classes oop?
class type to basic type conversion
when to use 'mutable' keyword and when to use 'const cast' in c++