-
What is a class?
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.
-
What is the need /use of function overloading
Hint FO is mechanism in which two functions r having same name with diff no. of arguments.
-
-
-
-
-
-
C++ program to expand the given string
C++ program to expand the following string
aa2b4c3d
o/p should be :
aabbccccddd -
-
What do you mean by binding of data and functions?
Encapsulation.
C++ Interview Questions
Ans