Introduction to Object Oriented Programming : COMPUTER SCIENCE
It is a type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects. One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create modules that do not need to be changed when a new type of object is added. A programmer can simply create a new object that inherits many of its features from existing objects. This makes object-oriented programs easier to modify.
Written for
Document information
- Uploaded on
- September 17, 2021
- Number of pages
- 5
- Written in
- 2021/2022
- Type
- Class notes
- Professor(s)
- Prof. board, john
- Contains
- All classes
Subjects
- computer science
- software engineering
-
introduction to object oriented programming