Test Object Oriented Programming
Test OOP with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.
My Results
Test details
Object Oriented Programming (OOP), or object-oriented programming, is a computer programming paradigm. It consists of the definition and interaction of software bricks called objects; an object represents a concept, an idea or any entity in the physical world, such as a car, a person or a page from a book. He has an internal structure and behavior, and he knows how to interact with his peers. It is therefore a question of representing these objects and their relations; the interaction between the objects via their relations makes it possible to design and realize the expected functionalities, to better solve the problem (s). Therefore, the modeling step is of major importance and necessary for the OOP. It is this which makes it possible to transcribe the elements of reality in virtual form.
This MCQ tests in particular your knowledge of:
- Interfaces
- Methods
- Classes
- Instances
- The design pattern
Sample question
If class B inherits from class A and if class C inherits from class B then does class C inherit from A ?
Recommended tests
- Our interview questions for Architecte IT