Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

What happens when degree of abstraction is more in oop?

6 Answer(s) Available
Answer # 1 #

Higher the level of abstraction, higher are the details. Explanation: Higher the level of abstraction, lower are the details. Explanation: Abstraction is hiding the complex code. For example, we directly use cout object in C++ but we don't know how is it actually implemented.

[76]
Edit
Query
Report
Ishana Halder
Prison Officer
Answer # 2 #

The effect of this is that a program with a high level of code complexity can be What happens then if you're using your abstract code?

[4]
Edit
Query
Report
Ira Dube
IIT Bombay (PhD), IIT Kharagpur (M. Tech.)
Answer # 3 #

Difficulty Level : Easy; Last Updated : . Data abstraction is one of the most essential and important feature of object oriented programming in C++.

[2]
Edit
Query
Report
Hiya Sankar
Health And Safety Adviser
Answer # 4 #

In software engineering and computer science, abstraction is: the process of removing physical, In object-oriented programming languages such as C++, Object Pascal, or Java, the Programming languages allow this to be done in the higher level. While much of data abstraction occurs through computer science and"Control abstraction · Data abstraction · Abstraction in object... · Levels of abstraction

[1]
Edit
Query
Report
Prisha Hayre
Travel Blogger
Answer # 5 #

Abstraction is one of the key concepts of object-oriented That enables the user to implement more complex logic on top of the provided abstraction without class, and method provides a different level of abstraction.

[0]
Edit
Query
Report
Hiya Sankar
Health And Safety Adviser
Answer # 6 #

The higher the level, the less detail. The lower the level, the more detail. The highest level of abstraction is the entire system. The next level would be a handful

[0]
Edit
Query
Report
Nirav Bhat
Software Engineer for JavaScript, React, Node