Objects and Classes

Descripción

My description of the topics covered in our first lecture/reading.
Sean Barnette
Mapa Mental por Sean Barnette, actualizado hace más de 1 año
Sean Barnette
Creado por Sean Barnette hace más de 6 años
3
0

Resumen del Recurso

Objects and Classes
  1. Classes: are an oop tool that enables programmers to create the abstraction of a problem
    1. 3 things to consider when writing a class: class name, the fields, and the methods
    2. Objects: are everywhere, living and otherwise: concrete and abstract
      1. A class is a blue print or a template to create objects of identical type.
        1. OOP: Object-Oriented Programming
          1. Ex: Having an employee class that has age and position as fields, all employee objects created out of this class will have age and position as fields.
            1. Fields: are variables, the initials of each word is capitalized following the first word
              1. null: a concept referring to nothing
                1. Void: a method that does not return a value
                  1. Methods define actions that a class's objects can do.
                    Mostrar resumen completo Ocultar resumen completo