null
US
Entrar
Registre-se gratuitamente
Registre-se
Detectamos que o JavaScript não está habilitado no teu navegador. Habilite o Javascript para o funcionamento correto do nosso site. Por favor, leia os
Termos e Condições
para mais informações.
Próximo
Copiar e Editar
Você deve estar logado para concluir esta ação!
Inscreva-se gratuitamente
13826178
OOP (Object Oriented Programming)
Descrição
This is specifically designed for and references Java code but is useful for all Object Oriented languages.
Sem etiquetas
computing
computer science
software
programming
objects
classes
inheritance
computing
a-level
Mapa Mental por
Adam Cook
, atualizado more than 1 year ago
Mais
Menos
Criado por
Adam Cook
mais de 6 anos atrás
1443
3
0
Resumo de Recurso
OOP (Object Oriented Programming)
Class
Description of how objects should be treated.
Describes how data is stored
Describes the methods executed on that data
Static: Associated with the class. (Runs the same regardless of data).
Object
A specific instance of a class
Specific instances of data and methods
Non-Static: Associated with the object (Needs an object to be initialized).
This: Changes data within object. this.numPeople = 2; means this objects numPeople attribute should be set to 2
Attributes
What is stored in the object
Attributes should never be public always private.
Behvaiours
What is done with the object (the methods)
Typically operations on the data
Methods can be overloaded. i.e. the method is the same but it has different parameters
Constructors
Initalises object
Reference
Something is passed by reference if the method is simply given a reference (essentially a location) to the data rather than the data itself
All capital letter data types are references.
Inheritance
Relationships between classes. Used to create more specific versions of classes
Superclass: The parent of a class is referred to as a superclass.
Stores data and methods common to all subclasses
Can also implement default behaviours that can be overwritten
Protected methods and attributes are available to all subclasses
Subclass: The child of a superclass. A more specific version of a superclass. I.e. What a bike is to a vehicle
Inherits methods and attributes of superclass
Can add additional attributes and methods
Can overwrite behaviours of the superclass
super keyword refers to instance of superclass can be used to run methods and for initalisation
extends keyword used to state the superclass of a subclass: Bike extends Vehicle
Quer criar seus próprios
Mapas Mentais
gratuitos
com a GoConqr?
Saiba mais
.
Semelhante
Software Processes
Nurul Aiman Abdu
Computing Hardware - CPU and Memory
ollietablet123
A level Computing Quiz
Zacchaeus Snape
Types and Components of Computer Systems
Jess Peason
Input Devices
Jess Peason
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
DNA Basics
Sarah Juliette B
Output Devices
Jess Peason
Design Patterns
Erica Solum
Explore a Biblioteca