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
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What are put and get pointers?
What are the advantages of prototyping?
What is the basic concept of c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How can you quickly find the number of elements stored in a dynamic array?
How are virtual functions implemented in c++?
What do you mean by overhead in c++?
Who created c++?
What is a dynamic binding in c++?
What is a namespace in c++?
What is static class data?
Write about c++ storage classes?
What is the default width for ouputting a long integer using the insertion operator?
what is C++ exceptional handling?