concrete class contain only concrete method can instance objects have constructor support only single inheritance inheritance from (concrete class or …
Month: November 2016
Class Blueprint for object A Programming construct which defines properties and behaviors for Object. In java everything is encapsulated under …
Java also support function Overloading and function overriding: Overloading have the same function name exit in the same class difference signature …
C plus plus (c++) provide overloading and overriding function : Overloading have the same function name exit in the same …
There are 3 types of variable in java: Local variables : any variables which are defined in side methods, constructor or …