what is data Abstraction? and give example
Answer Posted / akshita.s
Abstraction is a OOP`s concept,it hides the implementation
details from the end user.we get loose coupling if there is
good abstraction.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How would you use qsort() function to sort an array of structures?
Describe exception handling concept with an example?
What is else syntax in c++?
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
What is ofstream c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Can I run c program in turbo c++?
What is the use of setprecision in c++?
What is abstract class in c++?
What is exception handling? Does c++ support exception handling?
How to tokenize a string in c++?
How can you specify a class in C++?
Is c++ a difficult language?
an integer constant must have atleast one a) character b) digit c) decimal point
Please explain the reference variable in c++?