What are the fundamental concepts of OOP?
Let’s learn what are the fundamental concepts of OOP. The most accurate or helpful solution is served by Programmers.
There are ten answers to this question.
Best solution
I wanted to learn object oriented programming language, I dont want it for any purpose just to know the whole concept of OOP. So can anyone tell me which language I should start learning?
Answer:
You can learn any of the object oriented languages such as C++, Java, C# etc. to try out OOPS. If you...
lamia at Programmers Mark as irrelevant Undo
Other solutions
I'm looking for a book that imparts advanced programming skills with less introductory pages. That doesn't mean skipping any oop constructs. Or atleast it should give me the freedom to skip a few introductory chapters or atleast skim through them really...
Quora User at Quora Mark as irrelevant Undo
e.g. multiple Inheritance,operator overloading,virtual function/class ..etc
Answer:
I can't cite all but 2 prominent ones are: 1. all functions in Java are virtual, in C++ you have to...
Quora User at Quora Mark as irrelevant Undo
I have been doing online competitive programming for a while (4 months) and have never used concepts of OOP in any code. Can someone do all of competitive programming without using those concepts EVER? I use c++.
Answer:
Those concepts are for building complex systems which should be maintainable. Competitive programming...
Chakradar Raju at Quora Mark as irrelevant Undo
After reading I am forgetting the concepts easily. I want to become good developer and I want to know OOP concepts fully.Even if I learn with real time example also I am forgetting it.
Answer:
Lets see if we can compact the OOP concepts for Java (which generally requires whole chapters in a book...
Usman Saleem at Quora Mark as irrelevant Undo
Answer:
No there is no such non OOP concepts are there which can be used as part of programming
community wiki at wiki.answers.com Mark as irrelevant Undo
Answer:
UI didnt get your question properly.. So here is my another answer class Vehicle { private double VIN...
Niro at Yahoo! Answers Mark as irrelevant Undo
2. Car and lorry are type of vehicles. But lorry has additional property capacity which is maximum transferrable weight of lorry. This weight can be accessed by the method transferrableWeight ( ). Implement these two special classes of vehicles by extending...
Answer:
I am sorry I dont know VB you might know VB i guess . I can give you the structure in Java. so you can...
Nadini at Yahoo! Answers Mark as irrelevant Undo
1.Creates vehicle class It has properties No of wheels, no of passenger, speed, keyOn which are not directly accessed but maxspeed can only directly accessed by inheritance class. No of wheels - integer No of passenger - integer Keyon - Boolean It...
Nadini at Yahoo! Answers Mark as irrelevant Undo
1.Creates vehicle class It has properties No of wheels, no of passenger, speed, keyOn which are not directly accessed but maxspeed can only directly accessed by inheritance class. No of wheels - integer No of passenger - integer Keyon - Boolean It has...
Lakmal at Yahoo! Answers Mark as irrelevant Undo
Related Q & A:
- What is the Cytoskeleton and what are its functions?Best solution by Yahoo! Answers
- What is the fundamental frequency and wave speed?Best solution by Yahoo! Answers
- What day will brasil play against argentina. And what time on what channel? Will it be telemundo?Best solution by Yahoo! Answers
- What is relationship between agile and OOP?Best solution by Stack Overflow
- What's the fundamental difference between nuclear reactions and chemical reactions?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.