ABAP OO Part 2 - Static vs. Instance

preview_player
Показать описание
In Part 2 we will expand the lesson on Object Oriented basics by looking at concept of static vs. instance. Creating instances of a class is a core concept that begins to unlock the power of Object Oriented development to go beyond the traditional ABAP program or function module.

Рекомендации по теме
Комментарии
Автор

Do we create as many instances in real life?
Which approch would be better?

SHAILESH
Автор

@sapdevs what is the significant of ! symbol before the parameter name in methods

priygupta
Автор

Don't we have a static constructor that would do the same as an "instance" constructor does?

AnujKaithwas