RegistrierenSidebar verstecken
Nickname: 
Passwort: 
Sitzung auf IP beschränken 
Fragen  |  score: 0  |  5.00 5.00 5.00 |  Von 32 Mitgliedern gelöst  |  6273 views  |  seit 24. Feb 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
Als gelöst markieren
Diese Aufgabe ist keine Challenge, sondern eine Videoanleitung. Du kannst hier draufdrücken um es als gelöst zu markieren.
# 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 und 2024 by gizmore und x