Inogic interview question

what is class ? What is loop ? why do we use loops?

Interview Answer

Anonymous

2 Dec 2022

1)Class is a blue print , 2)without class we can not create object, 3)class is used to create non-premative data types, 4)class is a keyword.

1