Answer Posted / vijaya lakshmi
abstrac class always said to algorithm. Bacause you
ara writing program before explain a program in algorithm
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What does no cap mean?
What is protected in oop?
can we make game by using c
What is ambiguity in inheritance?
What is meant by oops concept?
what is the drawback of classical methods in oops?
What is polymorphism in oop example?
• What are the desirable attributes for memory managment?
What is the advantage of oop over procedural language?
What is abstraction in oops?
Why do we need polymorphism in c#?
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
#include
Why do we use encapsulation in oops?
What do you mean by Encapsulation?