OOP

?
View mindmap
  • OOP
    • Inheritance: Properties and methods in one class can be shared with subclasses
      • Class
        • Sub-Class
        • Sub-Class
    • Encapsulation
      • The concept of putting properties,methods and data into one object
    • Class
      • properties and methods of a group of objects
      • Object
        • Instantiation
        • Composition aggregation: object that contains other objects. Will be destroyed if containing object is destroyed
        • Association aggregation: object that contains other objects. will not delete if containing object is destroyed
      • Method: code or routines contained with a class
        • PolymorphismThe ability of different types of data to be manipulated with the same method
        • overriding: where a method described in the subclass takes precedence over a method with the same name in the base class

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Fundamentals of Programming resources »