Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
MyClass
myclass
my_class
myClass123
final
static
abstract
synchronized
It refers to the superclass of the current class.
It refers to the subclass of the current class.
It refers to the current object.
It refers to the current class.
It specifies the name of the method.
It specifies the access specifier of the method.
It specifies the type of value returned by the method.
It specifies the type of parameters accepted by the method.
public
private
protected
package
this
super
It allows the state of an object to be accessed directly.
It allows the state of an object to be accessed only through methods.
It allows the state of an object to be accessed only through variables.
It allows the state of an object to be accessed through both variables and methods.
non-static
They can have instance variables.
They can be instantiated.
They can have both abstract and non-abstract methods.
They can have constructors.
extends
implements