+ 2
Could you tell me all the Java topics, including the OOP? (Sorry if is bad writed, sorry for write POO, i dont talk english)
7 Respuestas
+ 9
Ah that makes sense Denise Roßberg. I just thought names like important acronyms stay fixed across languages. Thanks for the enlightenment!
+ 5
🌟(Pro)metheus 🇸🇬
Can you remove your post, please? POO is the spanish (and if I am correct also french) shortcut for OOP.
Solestebano
I would suggest you to finish the java course. There you find all basic topics.
If you done with it and you are familiar with java you can search for advanced topics.
Here are some posts.
Some resources:
https://www.sololearn.com/Discuss/580291/?ref=app
Advanced topics:
https://www.sololearn.com/discuss/605801/?ref=app
https://www.sololearn.com/discuss/551450/?ref=app
https://www.sololearn.com/discuss/835856/?ref=app
https://www.sololearn.com/discuss/1858477/?ref=app
+ 5
I didn't understand the question so I was just confirming if what I knew was what I was seeing.
+ 3
🌟(Pro)metheus 🇸🇬
I thought that too. But one day I found a question about POO on sololearn. Otherwise I wouldn't know that either. ;)
+ 2
I also thought that POO might be a really crappy programming paradigm but it may refer to : programación orientada a objetos.
+ 2
If you look at the contents of a Java book or the topics of a Java tutorial, you may find what you are looking for.
+ 1
perhaps you mean OOP in english
var topic = new StringBuffer( "POO" );
System.out.println( topic.reverse() );