Oops
Oops
PROGRAMMING
Prepared by
Example: A dog is an object because it has states like color, name, breed, etc. as well as
behaviors like wagging the tail, barking, eating, etc.
CLASS
Collection of objects is called class. It is a logical entity.
Class A()
{
Void method ()
}
Class B() exten d class A()
{
Void method2 ()
}
Abstract void name(