Objectives

Objects

<aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" />

Note : we will use Typescript in this section to learn OOP using Java click here

</aside>

When to use objects

Why ? because when we talk about fast we mean Constant Time [ O( 1 ) ]

Big O of Object

When you don’t any ordering , objects are an excellent choice!

Big O of Object Methods