Table of Contents
Reply content:
Home Backend Development PHP Tutorial javascript - How to elegantly answer 'What is object-oriented'?

javascript - How to elegantly answer 'What is object-oriented'?

Dec 01, 2016 am 12:25 AM
c++ java javascript php python

I found that many interviewers like to ask this question (I am a student), but every time I feel that my answer to this question is unsatisfactory.
My answer is usually

  • Its design features are: inheritance, encapsulation, polymorphism;

  • From concrete to abstract. Properties become variables and behaviors become methods;

However, the interviewer seems not very satisfied. I wonder if there are any relatively elegant answers from various experts?

Reply content:

I found that many interviewers like to ask this question (I am a student), but every time I feel that my answer to this question is unsatisfactory.
My answer is usually

  • Its design features are: inheritance, encapsulation, polymorphism;

  • From concrete to abstract. Properties become variables and behaviors become methods;

However, the interviewer seems not very satisfied. I wonder if there are any relatively elegant answers from various experts?

The first answer is a programming paradigm.

Then give a detailed description of the three features you mentioned, for example:

  • Inheritance: subclasses can reuse variables and methods exposed by the parent class;

  • Encapsulation: Shield a series of details. You only need to know the existence of this method when calling externally;

  • Polymorphism: The methods of the parent class can be implemented in different ways after being inherited by the subclass;

Then you can talk about the advantages and disadvantages of object-oriented, then there are no absolute advantages and disadvantages for one thing, a comparison is needed. Therefore, you have to talk about Process-oriented programming ideas.

I’m back and lost my article

I saw that lz’s question was downvoted. I checked it in the community and found that there are indeed relevant answers. My article is a small supplement. If there are any questions, please point them out.

Object-oriented thinking

To add to my answer with an example from my work, I made a very simple function some time ago, Like. It is indeed a very simple function, but the like function is not just for one time. Users can leave other comments. Like, you can like articles, you can like questions, etc., and likes may trigger a series of events (notifying relevant users, etc.). Initially, I thought of three ways to write it

<code>// 1.文章被用户点赞
$article->votedBy($user);
// 2.用户给某篇文章点赞
$user->voteArticle($article);
// 3.用户伸出大拇指给某篇文章点赞
$user->thumbUp()->voteToArticle($article);
//$user->thumbUp()->voteToDiscuss($discuss);</code>
Copy after login

In the end, I used the third way of writing. You will know how to implement it the moment you stretch out your thumb.

This is really an interesting question, haha. Of course, everyone will have a different understanding. After all, the concept of object-oriented is also hyped.

My understanding includes two aspects:

  • One is object-oriented design;

  • One is object-oriented programming.

The core idea of ​​object-oriented design is modularity, while the core idea of ​​object-oriented programming is interface-oriented. Object-oriented programming also has a relative called object-based programming or prototype programming (JavaScript is one). Therefore, object-oriented programming generally requires language-level support, such as encapsulation, inheritance, and polymorphism as you mentioned above.

When the object-oriented concept was relatively popular, people often talked about software reuse, and inheritance was a direct manifestation of software reuse. But later people discovered that composition should be used more than inheritance, and then interface-oriented programming became popular.

I’ve gone a bit far, so let’s stop here.

Everything is an object.

object-oriented

everything is object

Be sure to use examples
For example, animals-》furu animals-》people, lions, tigers

Add polymorphism, for example, it will all be called

Inheritance, for example, furu animals are all viviparous, etc.

When implementing a project, you need to abstract the business into code. This abstraction process is the programming paradigm, and object-oriented is one of them. Similar ones include process-oriented and functional programming.

The characteristics of object-oriented are inheritance, polymorphism, encapsulation.

Then the interviewer can start asking about inheritance, polymorphism, encapsulation.

Perfect! ~~~

It would be better if you know what process-oriented and functional programming is.

self-contained, if he doesn’t understand, you can just leave. This interviewer is too good!

js said: Everything is an object, and objects are also objects--nothing wrong

Well, everything is an object

I remember reading an answer on zhihu. His understanding was that (in practice) the most important thing is code reuse.

Encapsulation: You can directly use the encapsulated code blocks, which is reuse.

Inheritance: Use existing attributes, which is reuse.

Polymorphism: Different details, but basically still need to be reused first.

Without discussing advanced programming, paradigms and other theoretical things, the most direct advantage and experience of writing code itself is that the code becomes more concise due to more reuse.

Facing your partner (commonly known as boyfriend/girlfriend), assume an elegant posture, and then tell him/her affectionately, look at me... This is to face your partner gracefully

Packaging data and associated behaviors

Interesting question. I am also a student and would like to share some of my own understanding.

A great feature of object-oriented is that it combines data and behavior (operations on data) at the same time, and is more similar to the operating logic of the real world.
Why I think so is based on comparison with traditional methods (process-oriented, etc.).

For example, the C language's processing of data and behavior is actually a bit separated, and it pays more attention to behavior. There is no concept called "object" in it, but a world full of actions (functions). Mainly, functions call functions, and results are given from beginning to end... The most important thing in this world is various actions.

The "object" of C++ is particularly like a thing, such as a person. Its world is a world full of objects. Mainly the relationships between objects (people and objects, people and people, etc.), these relationships or collisions lead to the final result... The most important thing in this world is various objects.

The objects themselves carry data and functions; only the relationship between objects makes the world run. At these two points, object-oriented programming is more similar to the real world.

The above-mentioned "inheritance, encapsulation, polymorphism" and other characteristics can also be used to simulate the real world to better understand it. Let me just give you some examples...

  • Inheritance: books & textbooks & computer textbooks - this is the inheritance relationship in the real world.

  • Packaging: Mobile phone - it is packaged, and when you use it, you don’t have to know the circuit logic inside.

  • Polymorphism: People.Look (Beauty) & People.Look (Strong Light) - The parameter types are different, and the execution is also different.

The benefits of object-oriented are also easy to understand. One is to improve understandability, because objects are presented according to the rules of human understanding of the world and conform to common ways of thinking; the second is to make it easier to develop and maintain. The optimization of the system is to a large extent equal to a new understanding of object data and functions. Modify some things based on the original.

What I said is wrong, please criticize and correct me...!

It cannot be ruled out that some interviewers are very stupid themselves. This is such a huge fucking topic that we can’t finish it even if we sit together for several days

Scroll less on Zhihu and write more code

Everything is an object.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Explain late static binding in PHP (static::). Explain late static binding in PHP (static::). Apr 03, 2025 am 12:04 AM

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? Apr 03, 2025 am 12:03 AM

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.

How to open xml format How to open xml format Apr 02, 2025 pm 09:00 PM

Use most text editors to open XML files; if you need a more intuitive tree display, you can use an XML editor, such as Oxygen XML Editor or XMLSpy; if you process XML data in a program, you need to use a programming language (such as Python) and XML libraries (such as xml.etree.ElementTree) to parse.

Is there a free XML to PDF tool for mobile phones? Is there a free XML to PDF tool for mobile phones? Apr 02, 2025 pm 09:12 PM

There is no simple and direct free XML to PDF tool on mobile. The required data visualization process involves complex data understanding and rendering, and most of the so-called "free" tools on the market have poor experience. It is recommended to use computer-side tools or use cloud services, or develop apps yourself to obtain more reliable conversion effects.

Is there any mobile app that can convert XML into PDF? Is there any mobile app that can convert XML into PDF? Apr 02, 2025 pm 08:54 PM

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages ​​and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

How to convert XML to PDF on your phone? How to convert XML to PDF on your phone? Apr 02, 2025 pm 10:18 PM

It is not easy to convert XML to PDF directly on your phone, but it can be achieved with the help of cloud services. It is recommended to use a lightweight mobile app to upload XML files and receive generated PDFs, and convert them with cloud APIs. Cloud APIs use serverless computing services, and choosing the right platform is crucial. Complexity, error handling, security, and optimization strategies need to be considered when handling XML parsing and PDF generation. The entire process requires the front-end app and the back-end API to work together, and it requires some understanding of a variety of technologies.

Recommended XML formatting tool Recommended XML formatting tool Apr 02, 2025 pm 09:03 PM

XML formatting tools can type code according to rules to improve readability and understanding. When selecting a tool, pay attention to customization capabilities, handling of special circumstances, performance and ease of use. Commonly used tool types include online tools, IDE plug-ins, and command-line tools.

How to beautify the XML format How to beautify the XML format Apr 02, 2025 pm 09:57 PM

XML beautification is essentially improving its readability, including reasonable indentation, line breaks and tag organization. The principle is to traverse the XML tree, add indentation according to the level, and handle empty tags and tags containing text. Python's xml.etree.ElementTree library provides a convenient pretty_xml() function that can implement the above beautification process.

See all articles