Keywords, Methods, Objects, Void, Return type & Variables…
=====>> [TBD] _Method have two types. They are, Method Overloading Method Overriding_ Keywords: Static: Static refers to class specific information. Class have common for all objects. only one memory copy. Non-static: Non-static refers to object specific information. object have specific information. Multiple memory copy. Method: Method is a set of instruction with a name to…