Answer Posted / sumathi

Data Abstraction is the act of representing the essential
features of an object without including the background
details.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you differentiate between inheritance and implementation in c++?

640


What is abstraction c++?

589


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

590


What are c++ redistributables?

560


Write bites in Turbo c++ Header ("Include") Files.

684






What are the advantages of early binding?

608


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3047


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2016


What is size_type?

547


What is encapsulation in c++?

672


Are vectors passed by reference c++?

519


What does flush do?

559


Can circle be called an ellipse?

636


What is #include iostream h in c++?

614


Does c++ have finally?

569