Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C++ Programming
»
OOPS Concepts
Which of the following statement is correct?
A constructor is called at the time of declaration of an object.
A constructor is called at the time of use of an object.
A constructor is called at the time of declaration of a class.
A constructor is called at the time of use of a class.
Correct Answer:
A constructor is called at the time of declaration of an object.
← Previous Question
Next Question→
More Questions from
OOPS Concepts
cout is a/an __________ .
Which of the following header file includes definition of cin and cout?
Which of the following concepts is used to implement late binding?
What happens if the base and derived class contains definition of a function with same prototype?
Which of the following statements regarding inline functions is correct?
Which one of the following options is correct about the statement given below? The compiler checks the type of reference in the object and not the type of object.
Which of the following is the correct class of the object cout?
Which one of the following is correct about the statements given below? All function calls are resolved at compile-time in Procedure Oriented Programming. All function calls are resolved at compile-time in OOPS.
Which of the following is correct about class and structure?
Which of the following concepts of OOPS means exposing only necessary information to client?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments