Which of the following concepts means determining at runtime what method to invoke?
(a) Data hiding
(b) Dynamic Typing
(c) Dynamic binding
(d) Dynamic loading
Programing
All programming mcqs like C, C++, HTML, PHP, CSS, BootStrap, Java, Python, JavaScript, etc.
Which of the following is not a member of the class?
Which of the following is not a member of the class?
(a) Static function
(b) Friend function
(c) Const function
(d) Virtual function
Which of the following statements is correct?
Which of the following statements is correct?
(a) Base class pointer cannot point to derived class.
(b) Derived class pointer cannot point to base class.
(c) Pointer to derived class cannot be created.
(d) Pointer to base class cannot be created.
Which of the following is not a type of constructor?
Which of the following is not a type of constructor?
(a) Copy constructor
(b) Friend constructor
(c) Default constructor
(d) Parameterized constructor
Which of the following class types allows only one object to be created?
Which of the following class types allows only one object to be created?
(a) Virtual class
(b) Abstract class
(c) Singleton class
(d) Friend class