Nombre de usuario: 
Contraseña: 
Vincular sesión a esta IP 
Preguntas  |  score: 0  |  5.00 5.00 5.00 |  Resuelto por 32 personas  |  6276 views  |  desde Febrero 24, 2023 - 14:35:25

CGX#7: Object Orientation (Encoding, Training, CGX)

CGX#7: Object Orientation
Hello Challengers,

In this video we discuss Object Oriented Programming a bit.

Greetings
gizmore and x
Marcar como resuelto
Esta tarea no es un desafío sino una guía en video. Puedes click_here para marcarlo como resuelto.
# CGX#7: Object Orientation

## What is OOP?

It focuses on manipulating objects,
which are a collection of variables, and methods.
Similiar to an array or a struct, but a struct has no methods.
OOP adds methods to them.


### Draft

- struct, class, object
- accessabilty (public, protected, private)
- member variables and methods
- static variables and methods
- Pass Parameters by value / reference
- classes (extends)
- interfaces (implements)
- traits (uses)
- autoloader (namespaces)
-
- Questions?
-
- Javascript
-
- Java
- no Traits
-
- C++
- Multi-Inheritance
-
- C
- structs and functions
-
- Ruby
- Everything is a class
-
© 2023 y 2024 by gizmore y x