Pergunta de entrevista da empresa Hikvision

1. What are classes and objects. 2. how will you store objects belonging to different class in one single container like list?

Resposta da entrevista

Sigiloso

8 de fev. de 2023

2. I will make the classes inherit a base class then create a container to hold objects of base class. This will allow me to push objects which are derived from the same class.