Имя пользователя: 
Пароль: 
Ограничить сессию IP 
Вопросы  |  score: 0  |  5.00 5.00 5.00 |  Решена 32 человеком/людьми  |  6675 views  |  с Feb 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
Отметить как решенное
Эта задача не задача, а видеоинструкция. Вы можете нажмите здесь отметить проблему как решенную.
# 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 and 2024 by gizmore and x