Question Bank
3705 approved questions from the community
In Microservices architecture, isolation means that a failure in one service is less likely to affect other services compared to Monolithic architecture.
In the MVC pattern interaction flow, what typically initiates the cycle?
What is the Single Responsibility Principle (SRP) in relation to cohesion?
What type of polymorphism is method overriding?
What type of polymorphism is method overloading?
What is a mixin in object-oriented programming?
What is dynamic dispatch in the context of polymorphism?
Which of the following are core principles of Object-Oriented Programming? (Select all that apply)
Which access specifier makes class members globally accessible to all classes?
What relationship does inheritance establish between classes?
What is cohesion in OOP?
What is coupling in OOP?
What relationship does composition establish between classes?
What is a constructor in OOP?
What is a destructor or finalizer in OOP?
What is the difference between method overloading and method overriding?
What is the difference between an abstract class and an interface?
What is the difference between composition and inheritance?
What is abstraction in OOP?
Which of the following are benefits of Object-Oriented Programming? (Select all that apply)