|
When we start talking about Object oriented programming, first things comes in our mind is Class an Object and than questions like What is Class in Java , What is Object in Java and how to use these. those who are from C programming background doesn't familiar with Class and Object and they can
relate it to structure in C with difference that Strcutre in C doesn't contain any method while Class in Java does. This article explains what is
Class in Java, what are elements of Class and how to write Class in Java. |
 |