what is data Abstraction? and give example
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
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Explain one-definition rule (odr).
Explain friend class?
What is a storage class?
What is the difference between the compiler and the preprocessor?
what are function pointers?
What is binary search in c++?
What is the use of pointer in c++ with example?
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
Explain the difference between c++ and java.
What are the comments in c++?
What is the best c++ compiler?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How a modifier is similar to mutator?
What is a singleton class c++?