what is the need of abstraction? what is abstraction?what
is the abstraction for stack?

Answer Posted / vara prasad

Abstraction is nothing but the hierarchical clasification
of complex system. that is abstraction is a process to
break the complex system in to small manageble parts.

It is use full in coding.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need polymorphism in c#?

684


What is difference between oop and pop?

609


What is a class in oop?

595


What are the important components of cohesion?

550


Who invented oop?

647






hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

1537


Can private class be inherited?

615


What is stream in oop?

835


What is encapsulation with example?

575


What is the significance of classes in oop?

585


can we make game by using c

3413


What is an advantage of polymorphism?

589


Which method cannot be overridden?

574


hi all..i want to know oops concepts clearly can any1 explain??

1680


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

1693