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 are the implicit member functions of class?
How can virtual functions in c++ be implemented?
Write a program in C++ for Fibonacci series
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Is string an object in c++?
What are virtual constructors/destructors?
Why is polymorphism useful?
What is double in c++?
How does java differ from c and c++?
What is java and c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is setiosflags c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What can I use instead of namespace std?