Answer Posted / jaison joe
Object Oriented Programming Structure
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How do you define a class in oop?
What are the benefits of oop?
What is inheritance and how many types of inheritance?
What are oops methods?
Why do we use class?
How do you use inheritance in unity?
Can bst contain duplicates?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is an advantage of polymorphism?
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 do you mean by Encapsulation?
What is polymorphism and its types?
what is graphics
what is difference between class template and template class?