A
A
Alexander Interesting2021-06-12 20:16:46
Java
Alexander Interesting, 2021-06-12 20:16:46

Where can I find OOP examples written in Java?

Tell me where you can find ready-made (albeit small) OOP examples written in Java. I would like to make something of my own language (Something like Python for beginners). Something you could change or add your own. I would like to see an example like Chromium - open source browser = start learning without browsers

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan, 2021-06-12
Hasanly @azerphoenix

To be honest, it's not at all clear what you ultimately want to receive as an answer.

Where can I find OOP examples written in Java?

Java is an OOP language and, accordingly, almost any project that you open will follow the principles of OOP.
I would like to make something of my own language (Something like Python for beginners).

Do you want to create your own programming language? If so, what does Java have to do with it? You can just learn OOP principles. And also look at the tutorials on the development of PL.
For example -
https://www.wikihow.com/Create-a-Programming-Language
https://www.freecodecamp.org/news/the-programming-...
https://medium.com/swlh/ creating-a-programming-lan...
https://www.toptal.com/c-plus-plus/creating-program...
I would like to see an example like Chromium - open source browser = start learning without browsers

It's not at all clear what you mean. Chromium is a browser. Do you want your language to run in a browser or without a browser?
I strongly recommend that you carefully formulate your question, because the right question is half the answer.
If we are talking about the development of an OOP PL, then read this:
Designing an Object-Oriented Programming Language ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question