Abstraction refers to the act of representing essential features without including the background details or explanations.
finalize ()
Casting is process of convert the value of one type to another.
Q: – What declarations are required for every Java application?
A class and the main( ) method declarations.
public
Abstract
final.
Encapsulation is a technique used for hiding the properties and behaviors of an object and allowing outside access only as appropriate. It prevents other objects from directly altering or accessing the properties or methods of the encapsulated object.
Q: – What is phantom memory?
Phantom memory is false memory. Memory that does not exist in reality.
Yes
Dynamic binding (also known as late binding) means that the code associated with a given procedure call is not known until the time of the call at run-time.
Submitted By:-Ankur Jain Email-ID: – ankurjain548@gmail.com