Answer Posted / nashiinformaticssolutions
An object-oriented programming concept called encapsulation unifies functions and data into a single entity. This is a crucial step in the data hiding process that shields data from outside intervention. Classes and access modifiers are used in the implementation of encapsulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a down cast?
which operator is used for performing an exponential operation a) > b) ^ c) none
How do you declare A pointer to a function which receives nothing and returns nothing
How many types of classes are there in c++?
Is c++ fully object oriented?
Explain binary search.
What is the header file for setw?
What is a .lib file in c++?
Why struct is used in c++?
What is lambda expression c++?
What do the header files usually contains?
Write a struct time where integer m, h, s are its members?
What is a set in c++?
Can you sort a set c++?
How do you add an element to a set in c++?