adplus-dvertising
frame-decoration

Question

Which among the following is main use of object?

a.

To create instance of a function

b.

To create instance of a program

c.

To create instance of class

d.

To create instance of structures

Answer: (c).To create instance of class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which among the following is main use of object?

Similar Questions

Discover Related MCQs

Q. Which among the following is not a property of an object?

Q. What is function object?

Q. Immutable object are used ______________________

Q. Which object can be used to contain other objects?

Q. A factory object is used ______________________

Q. What are singleton objects?

Q. Object cout and cin _________________

Q. Objects type ____________________

Q. An object can be used to represent _________________

Q. Objects can be used _____________________

Q. Which among the following is not a use of object?

Q. Which object can be used to access the standard input?

Q. A single object can be used __________________

Q. If same object name is given to different objects of different class then _____________

Q. Which among the following best describes abstract classes?

Q. Can abstract class have main() function defined inside it?

Q. If there is an abstract method in a class then, ________________

Q. If a class is extending/inheriting another abstract class having abstract method, then _______________________

Q. Abstract class A has 4 virtual functions. Abstract class B defines only 2 of those member functions as it extends class A. Class C extends class B and implements the other two member functions of class A. Choose the correct option below.

Q. Abstract classes can ____________________ instances.