What makes you to be familiar with OOP concepts? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What makes you to be familiar with OOP concepts?

I'm keen to be thoroughly familiar with OOP concepts at the moment. Need to get started from very beginning. Actually I need to know how to build a well structured program using OOP concepts. Your ideas, any kind of sources that are useful for me or any critics on my question are welcome.

26th Dec 2017, 4:35 PM
Kalhari Jay
5 Answers
+ 9
Java.... its important understand classes and practice on inheritance, encapsulation,polymorphism, and abstraction start with a search on java oops concept by edureka also search object oriented programming with java on Google and YouTube hope this helps
29th Dec 2017, 4:18 PM
Michael Kiniaru Kamau
Michael Kiniaru Kamau - avatar
+ 8
your welcome KJ ...
30th Dec 2017, 5:56 AM
Michael Kiniaru Kamau
Michael Kiniaru Kamau - avatar
+ 3
first google and read on OOP as programming concepts then delve into java programming.... java is said to be fully OOP bcoz it fully implements OOP programming concepts.... so understand the concepts first without a programming language in mind then implement them preferably using java..
30th Dec 2017, 6:09 AM
J.M. Muriithi
J.M. Muriithi - avatar
+ 2
I think JAVA is whole constructed with OOP. All of functions and variables are in classes, and it is completely OOP concept. So... In my thinking if you understand Java class hierarchy, you will be able to easily understand OOP...
26th Dec 2017, 4:39 PM
Wayle
Wayle - avatar
+ 2
Thanks a lot @Michael and @Wayle
30th Dec 2017, 5:50 AM
Kalhari Jay