What is OOPs in Java?
The OOPs stands for the object oriented programming in Java. Java is OOPs programming language. The OOPs is the terms which is used for the programming all the programming objects are considered as real life object.
For example you are making an object for Car then this object will have associated properties like:
The OOPs stands for the object oriented programming in Java. Java is OOPs programming language. The OOPs is the terms which is used for the programming all the programming objects are considered as real life object.
For example you are making an object for Car then this object will have associated properties like:
- Color
- Max Speed
- Make etc
You read detailed introduction to OOPs programming at:
Thanks
No comments:
Post a Comment