adplus-dvertising
frame-decoration

Question

If a local class is defined in a function, which of the following is true for an object of that class?

a.

Object is accessible outside the function

b.

Object can be declared inside any other function

c.

Object can be used to call other class members

d.

Object can be used/accessed/declared locally in that function.

Answer: (d).Object can be used/accessed/declared locally in that function.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If a local class is defined in a function, which of the following is true for an object of that class?

Similar Questions

Discover Related MCQs

Q. Which among the following is wrong?

Q. Object declared in main() function:

Q. When an object is returned___________

Q. Which among the following is correct?

Q. Object can’t be used with pointers because they belong to user defined class, and compiler can’t decide the type of data may be used inside the class. State True or False.

Q. Which feature of OOP indicates code reusability?

Q. If a function can perform more than 1 type of tasks, where the function name remains same, which feature of OOP is used here?

Q. If different properties and functions of a real world entity is grouped or embedded into a single element, what is it called in OOP language?

Q. Which of the following is not feature of pure OOP?

Q. Which among the following doesn’t come under OOP concept?

Q. Which feature may be violated if we don’t use classes in a program?

Q. How many basic features of OOP are required for a programming language to be purely OOP?

Q. The feature by which one object can interact with another object is:

Q. ___________ underlines the feature of Polymorphism in a class.

Q. Which feature in OOP is used to allocate additional function to a predefined operator in any language?

Q. Which among doesn’t illustrates polymorphism?

Q. Exception handling is feature of OOP. State True or False.

Q. Which among the following, for a pure OOP language, is true?

Q. OOP provides better security than POP:

Q. Which among the following best describes polymorphism?