What is abstraction…
 
Notifications
Clear all

What is abstraction?

2 Posts
3 Users
0 Likes
137 Views
0
Topic starter

What is abstraction?

2 Answers
0

Abstraction is a concept in computer science and programming where complex details are hidden or simplified to make a system or piece of code more understandable and manageable. It involves focusing on essential features while ignoring unnecessary intricacies to create a simplified and higher-level representation of a problem or data.

0

Abstraction in computer science is the process of removing elements of a code or program that aren’t relevant or that distract from more important elements. Abstraction refers to looking at something to maintain the general form or meaning while reducing the presence of specific details.

Share: