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

Answer Posted / chandrakala

plz give me the correct answer

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is polymorphism important in oop?

637


Why oops is important?

616


What do you mean by abstraction?

620


which feature are not hold visual basic of oop?

1726


Why do we need polymorphism in c#?

691






what are the ways in which a constructors can be called?

1585


What is the real time example of encapsulation?

602


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1460


Why interface is used?

555


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

1702


When not to use object oriented programming?

572


Can we override main method?

609


What is class and object in oops?

613


What is static modifier?

636


program for insertion ,deletion,sorting in double link list

2285