general cs Flashcards

1
Q

what is polymorphism

A

allows a child class to share the information and behavior of its parent class while also incorporating its own functionality.

The main advantages of polymorphic programming:

Simplifying syntax
Reducing cognitive overload for developers
These benefits are particularly helpful when we want to develop our own Java packages for other developers to import and use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Convention Over Configuration approach means

A

A developer needs to specify only unconventional aspects of the application, the rest of them work by default

How well did you know this?
1
Not at all
2
3
4
5
Perfectly