Showing posts with label Class in java. Show all posts
Showing posts with label Class in java. Show all posts

What is a class?



  • Class is an user defined data type
  • Class is nothing but blue print of an object i.e common specification of an object
  • Class contains data and member functions