-
What is meant by class space and object space (with regards to memory) in c++?
I am a slow learner so i would like to have answers that are simple in words but brief.
-
-
-
Matrix Operation using Operator Overloading
Write a program for four atrithmetic operations in matrix using operator overloading.
-
-
What is abstraction?
Abstraction is of the process of hiding unwanted details from the user.
-
What is encapsulation?
Packaging an object’s variables within its methods is called encapsulation.
-
-
Unary Postfix Operator Overloading
Which of the following statements accurately describe unary postfix operator++ overloading in C++?A. It can be overloaded with no parameters when the operator function is a class member.B. It can only be overloaded if the operator function is a class member.C. It can be overloaded with one parameter when the operator function is free standing function (not a class member).D. To overload it at least...
-
-
-
-
Function Resolution
Explain the resolution of a function by C ++ complier in the case of function overloading.
-
-
C/C++ black screen opens and closes
While executing a program in C++, it happens the black screen opens and closes automatically without displaying the output(program is correct). How to recover from this situation?
-
Basic program for banking in C++.
A program which includes account no.,user info,ID,PASS-WORD,user profile.
-
Number in words
Write a program that takes an integer and displays the words number of that value. For example,
10->ten
121->one hundred twenty one -
Function Linkage Mechanism
What is function linkage mechanism? Can inline function be used at run time? Why or why not?
-
-
C++ Interview Questions
Ans