What is object and example?
What is the fundamental idea of oop?
What are objects in oop?
What is inheritance write a program to show use of inheritance?
What is the main feature of oop?
what are the different types of qualifier in java?
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
Can enum be null?
What is polymorphism and types?
What is abstraction and encapsulation?
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.
Why is polymorphism used?
What is polymorphism and its types?
Is react oop?
What is abstraction example?