What is abstraction?

A) Hiding the complex behaviors of the object from real world
B) Exposing the all the behaviors of the object to out side
C) Binding methods & properties of an object together
Explanation: Abstraction is the level to which the object hides the complexities of the real world

Showing Answers 1 - 2 of 2 Answers

sonj

  • Mar 23rd, 2006
 

Ans A : Hiding the Data

  Was this answer useful?  Yes

aparna

  • Mar 24th, 2006
 

an abstraction class is one which cannot be instantiated

a class whose methods(all) must be overriden inits subclass or derived classes

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions