Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Type atleast 3 characters
Popular Searches
Trending Pages
Notifications Mark All Read
No New notification
HirePro Menu9>
Get Hiring Updates right in your inbox from PrepInsta
Question 1
63
64
60
61
Start
Question 2
//
/
/* /
// */
Question 3
Default constructor
Friend constructor
Copy constructor
Parameterized constructor
Question 4
All static variables in a class receive this pointer as a hidden argument.
All of a class's functions take this pointer as a secret argument
All non-static functions of a class receive this pointer as a hidden argument.
In all static functions of a class, this pointer is supplied as a hidden argument.
Question 5
11
5
12
10
Question 6
Double
bool
float
Int
Question 7
makes a distinction between inner data and comments
makes a distinction between comments and extraneous data
makes a distinction between code and comments
makes a distinction between comments and external data
Question 8
Call by reference
Call by object
Call by pointer
Call by value
Question 9
;
:
)
\
Question 10
Creating new classes from existing ones
Class overloading
Class names that are the same
Combining data into one class
Please login to report