What is abstraction with real time example?
Answer / Shahanawaz Ali Khan
Abstraction in programming is hiding complex implementation details and showing only the essential features to the user. For example, a car has many complex parts like the engine, transmission, etc., but we don't need to understand these details when driving a car; we just need to know how to steer, accelerate, and brake.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the need of a destructor? Explain with the help of an example.
Which compiler does turbo c++ use?
What is a pdb file?
What are advantages and disadvantages of Design patterns?
Is linux written in c or c++?
What is a class definition?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is static function? Explain with an example
how to swap two strings without using any third variable ?
What is the difference between containment and delegation?
What is the size of integer variable?
Differentiate between a constructor and a method in C++.