Friday 6 November 2020

What are the characteristics and jealous of OOP(Object Oriented Programming?

 

 

 

 What are the characteristics and jealous of OOP(Object Oriented Programming?

 

 

Characteristics of OOPS   are:-


1.  Emphasis is on data rather than  procedure.

2.  Programs are divided into  what  are known as objects.

3.  Data  structures are  designed such that  they  characterize the objects.

4.  Functions that  operate on the  data  of an object are tied together in the data structure.

5.  Data  is hidden  and cannot  be accessed by  external functions.

6.  Objects may  communicate with  each  other through  functions.

7.   New  data and functions can be  easily added  whenever necessary.

8.  Follows  bottom up  approach in program design.





No comments:

Post a Comment

Student Marks Calculation app using java

      import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...