+ 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.
5 ответов
+ 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
+ 8
your welcome KJ ...
+ 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..
+ 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...
+ 2
Thanks a lot @Michael and @Wayle