What are the features of oop?
What is and I oop mean?
What is the advantage of oop over procedural language?
Why do we use oop?
What does oop mean in snapchat?
What is encapsulation in oops?
Which language is not a true object oriented programming language?
What are the 4 main oop principles?
What does I oop mean?
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 the difference between procedural programming and oops?
what is the sylabus for priliminaries?
What is the highest level of cohesion?
• What are the desirable attributes for memory managment?
What is balance factor?