473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Object-Oriented Programming Concepts

how i can learn Object-Oriented Programming Concepts ???

tips for Object-Oriented Programming Concepts for beginners??
Jul 1 '15 #1
7 3133
Ajay Bhalala
119 64KB
Hi,

You can learn OOP concepts by learning Object Oriented Programming Language such as C++

You can refer the book named "Object-Oriented Programming Using C++" by E Balagurusamy. I think this book will very helpful for you.

Hope this will help you.

I have this book in pdf format, but I can't upload this book on this, because this book's size is 20.8mb

you can find this book on internet.
Jul 1 '15 #2
computerfox
276 100+
Here is also a great free reference using Java: http://docs.oracle.com/javase/tutorial/java/concepts/

Some short tips:
*An object consists of variables AND the object methods
*Most common methods are getters and setters
*Variables/Methods can have different visibilities, most common public/private
*In most cases OOP would be implemented by using class
*Although C is not OO, you can implement pseudo objects with the use of structs
*Objects can also inherit it's structure from a parent object
*There are several types of inheritance such as https://en.wikipedia.org/wiki/Polymo...puter_science)
*Pros: Portable and reusable
*Cons: Can be robust
Jul 3 '15 #3
Ajay Bhalala
119 64KB
Yes, you are right.

We can learn OOP concepts using java also. And java is more featured language compared to some other OOP languages.

Your information is very useful for all.
Jul 3 '15 #4
computerfox
276 100+
Just a note, I've had an on and off again relationship with Java and it was my first language, but I would always pick a C-based language over Java.
Jul 3 '15 #5
I tried to learn OO using a number of languages. The language that helped me the most was VB.NET. It tends to be verbose which can be annoying once you know what you are doing, however the verbosity helps in the process of learning. Whenever I need to catch back up in .NET, I take a VB.NET job which makes the new concepts easier to learn. Remember, BASIC stands for Beginners All-purpose Symbolic Instruction Code.
Aug 12 '16 #6
Hi guys check this useful link about object oriented programming.I hope it will help you

https://www.mindstick.com/Articles/12157/object-oriented-programming

http://codebetter.com/raymondlewalle...d-programming/
Aug 20 '16 #7
i try exception handling program. i got the error undefined symbol error and statement mising
Aug 21 '16 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Fernando Rodriguez | last post by:
Hi, Any recommendation for a good book on multithreaded programming with Python? O:-) TIA
6
by: bobdc | last post by:
I will be teaching an "Introduction to Programming" class to some middle school aged children and will be using Python, obviously. Does anyone have suggestions for simple little programs to create...
9
by: the_philospher | last post by:
I am a beginner programmer learning c++. i have read some useful information about programming games (which is my goal) on gamedev.net, particularly "how do i program games"...
3
by: xunil | last post by:
assuming am sitted on my PC, and want to be notified when some one else logs on to his machine. throught some kind of pop-up how can i use C socket programming concepts to achieve this ?
26
by: Kanthi Kiran Narisetti | last post by:
Hi ALL, I am new to C and programming . I need suggestions for the IDE to be used as a begginer and should I start on Windows or Linux ?? I am also looking for resources for C programming on...
15
by: Alex L Pavluck | last post by:
I am new to programming other than SAS. I read that C# is a good starting language and I have started to create some simple programs with C# 2005 express edition. Can someone let me know if this...
0
torquehero
by: torquehero | last post by:
Hey Guyz... i hv bin workinas a web designer n a cartoon animator for d past 5 yearz... and now i've decided to take up programming too.. I m learning VB - DOTNET. Bt i m facing issues related to...
8
by: kaili | last post by:
i'm chinese i heard that "The C Programming Language " by Brian W. Kernighan, Dennis Ritchie is the best book for new learners. but it is unavailable here. i mearn there is nobody selled it. i...
8
by: =?Utf-8?B?Sm9obg==?= | last post by:
Hi all, I am new to .net technologies. ASP.NET supports socket programming like send/receive in c or c++? I am developing web-site application in asp.net and code behind is Visual C#. In...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.