473,320 Members | 2,133 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,320 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 3129
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.