🎴 Flashcard Mode

C++ Object Oriented Programming

Card1 / 15
Mastered0
Review0
QuestionClick to flip

In an office, a clerk builds a logic using C++ to calculate salary of the employees, which is hidden from the other employees. Which feature of the language is he using?

AnswerClick to flip back
A
Abstraction
💡 Explanation:

Abstraction refers to the act of hiding actual details from the user. 

Change Mode