Programming Methodology:

Programming Methodology is :

1-Unstructured
2-Structured
3-Procedural
4-Modular
5-OOPs–> object oriented programming language in which

          ( Object,Class,PIE, Polymorphism, Inheritance, Encapsulation )

                          object based lang for e.g: ( vb6.0)

What is Object ?

Object:
           Object is identifiable and have certain attributes and behavior.Object having Dimensions and functoins its own state and may existance.

For e.g:

           Property————-object—————–behaviour(Functions)
 
         Color                          PEN                                  write
         Size                                                                   Draw
         Shape                                                                Tick

Objects:
1-Property
2-Functions
3-Events   on/off

5/5 - (1 vote)