TE-04 Object Oriented Programming
Keywords:
Object-oriented programming, OOP, Programming, objectSynopsis
Object-oriented programming (English: object-oriented programming abbreviated as OOP) is a programming paradigm that is object-oriented. This is a type of programming in which the programmer defines not only the data types of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, data structures become objects that include data and functions. Additionally, programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects.
One of the main advantages of object-oriented programming techniques over procedural programming techniques is that it allows programmers to create modules that do not need to be changed when a new type of object is added. A programmer can only create new objects that inherit many features from existing objects. This makes object-oriented programs easier to modify.
This textbook is expected to have implications for efforts to optimize the learning process in lectures and to strengthen the sharpening of competency achievement, relevance and quality of student learning outcomes. Apart from that, it is also hoped that it can be a guide for teaching staff in teaching and learning activities in the classroom and laboratory.
Downloads
