Answer Posted / abelthom

data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a breakpoint?

563


What is the difference between function overloading and operator overloading?

579


What are virtual constructors/destructors?

578


Is c++ the hardest programming language?

643


Can static member variables be private?

632






give me an example for testing a program showing the test path .show how the test is important and complex.

2430


Which should be more useful: the protected and public virtuals?

604


Can we use struct in c++?

597


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


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

625


Which operator cannot be overloaded c++?

593


What does namespace mean in c++?

557


Explain the extern storage classes in c++.

556


Explain the problem with overriding functions

609


What is the difference between the indirection operator and the address of oper-ator?

612