How is data security provided in Object Oriented languages?
?
Post New Answer View All Answers
Can an interface inherit a class?
Which type does string inherit from?
Why is there no multiple inheritance?
What is destructor oops?
Why multiple inheritance is not possible?
What is the types of inheritance?
What do you mean by overloading?
Is abstract thinking intelligence?
what are the realtime excercises in C++?
What is coupling in oops?
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
Is data hiding and abstraction same?
What is overriding vs overloading?
What are classes oop?
#include