Computer Science, asked by mohammedfaizan4760, 9 months ago

How should a class be declared to make that class as not inheritable?

Answers

Answered by Anonymous
0

\huge\underline{\underline{\mathfrak \red{Answer}}}

❏The super keyword in Java is a reference variable which is used to refer immediate parent class object.

❏Whenever you create the instance of subclass, an instance of parent class is created implicitly which is referred by super reference variable.

Similar questions