What is the difference between procedural programming and oops?
No Answer is Posted For this Question
Be the First to Post Answer
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
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 we have inheritance without polymorphism?
Can destructor be overloaded?
What is a function in oop?
What are generic functions and generic classes?
What is abstrac class?where is it use?
Whats is abstraction in oops?
The type of variable a pointer points to must be the part of pointer's definition so that:
OOP'S advantages of inheritance include:
What are the important components of cohesion?
Precompilation ?