adplus-dvertising
frame-decoration

Question

Which of the following is correct?

a.

An attribute is an class variable when each object stores its own value for the attribute

b.

An attribute can also be a instance variable, which means that there is only one value stored for the attribute that is shared by all class instances

c.

An instance operation can be called using any object

d.

A class operation is encapsulated in a class and can be called through the class

Answer: (d).A class operation is encapsulated in a class and can be called through the class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is correct?