Explain about abstraction?
Answer / Shudhanshu Kumar Pandey
Abstraction is a process in OOP that focuses on concealing the implementation details from the user, providing only essential information. It allows programmers to create models that are easy to understand and modify while hiding complexities. Abstraction helps reduce complexity by defining interfaces or general concepts without revealing specific details.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the main use of message metaphor in object-oriented programming?
What is Overloading ? Is it similar to overriding ?
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
Giving reasons explain two external responsibilities of a project manager.
What is the difference between class and interface?
What is the difference between a class and a structure?
Explain what an object is.
What is overriding?
Why use oops?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What is a friend function?
If a class inherits an interface, what are the 2 options available for that class?