@
@
@atoro2019-05-31 14:03:53
Books
@atoro, 2019-05-31 14:03:53

Is there a "Grokay OOP"?

I decided to shift my OOP skills from zero here. I came across the GoF book "Design Patterns. Elements of Reusable
Object-Oriented Software". According to the reviews, it seemed that almost the Bible and all that. I started reading from the preface and immediately ran into the following statement:

Of course, you should not need to go into the dictionary for an explanation of the terms "type", "polymorphism", and you understand how "interface inheritance" differs from "implementation inheritance".

Here from the last I understand a maximum that such "inheritance of the interface". Is it worth something simpler to read before this book, and what?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BorLaze, 2019-05-31
@BorLaze

You don't start there.
GoF is something like best practices, how and in what case to apply certain features provided by OOP (polyformism, abstract methods / classes, interfaces, etc.).
Of course, what the concepts listed in brackets are, you should already know.
If it’s completely on the fingers, GoF is spelling rules. Naturally, before you learn them, you need to know the letters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question