Posts

Showing posts with the label objects

Object Oriented Programming

  Object Oriented Programming is used to implement real world  entities like inheritance, hiding, polymorphism etc in programming. Class :- it is a  definition  ---- mamals >human beings > male                                                                                        >female Object :- male guri=new male();