C++ Programming Question: Download C++ Programming PDF

What is a C++ class?

Tweet Share WhatsApp

Answer:

Class is a user-defined data type in C++. It can be created to solve a particular kind of problem. After creation the user need not know the specifics of the working of a class.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].What is friend function in C++?