Basic concepts of java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Basic concepts of java

Oop is an approach that provides a way of modularising programmes by creating partitional memory area for both data and functions oop treats data as a critical allow it to follow free around the system. In industry we have two types of programming language 1. Procedure oriented programming language, 2.0op language. Java is also known as pure oop language. Basic property s of oop is class, object, data encapsulation, data abstraction polymorphism, inheritance, dynamic binding, message passing 1.class: class is a collection of data Member s and method s ina single unit. In java, no java programme is develop ed with class. Syntax: class { Variable declaration; Method declaration; }

15th Feb 2021, 1:43 PM
Sireesha Pasupuleti
Sireesha Pasupuleti - avatar
5 Answers
+ 2
Post this stuff in feed . Here if you have any doubts related to programming then only you ask
15th Feb 2021, 3:13 PM
Atul [Inactive]
+ 1
So... what is your question? [ Edit ] Hi, it seems like you're new to this platform. Welcome! 👋 Q&A section is made for programming related "questions". If you have post like this, there is a section called "Activity Feed" where you can post this type of post. For starters, refer to these threads for rules and guidelines. Thanks and Happy Coding! ✌️ https://www.sololearn.com/Discuss/1316935/?ref=app https://www.sololearn.com/Discuss/333866/?ref=app
15th Feb 2021, 1:45 PM
noteve
noteve - avatar
+ 1
Sireesha Pasupuleti If you want to share your knowledge make use of code playground and activity feed feature.
16th Feb 2021, 1:54 PM
R💠🇮🇳
R💠🇮🇳 - avatar
0
Sireesha Pasupuleti , is it a question? BTW thanks for the explanation of oop
15th Feb 2021, 1:49 PM
∆BH∆Y
∆BH∆Y - avatar
0
We can want more information of oop can ask me
15th Feb 2021, 1:51 PM
Sireesha Pasupuleti
Sireesha Pasupuleti - avatar