Menu Bar

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, 21 February 2017

What is Class in Java ?

Class is a blue print/ template to create an object. Classes doesn't exists physically. A class is a user defined data type and once a class is created/ defined ,we can create any number of objects belonging to that class. For example mango, orange and apple are members of fruit class.

1
2
3
public class Fruit {

}



      
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.

This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.



Share this Blog with yours Friends !!

No comments:

Post a Comment