473,507 Members | 13,597 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

oo concepts

hi
i am looking at learning oo concepts well.
I have an idea about inheritance , encapsulation etc.
but i want to see it being implemented .

is there any large sample application that explains how it is implemented. ?
thanx
Jul 21 '05 #1
2 1251
Hi Juzan,

When you have VS.net and you start a form project go to the code and you
click on the + in the code, you see that the form you are using is inherited
from the form class, from which you can override some things however not
everything,

You see than a nice implementation of OOP.

It is not that difficult.

Cor
Jul 21 '05 #2
You want to begin to learn the patterns literature.

Object oriented programming gives you the tools, but doesn't tell you how to
effectively use them. We all just rummage in the dark in this way, but
after a while, some techniques started showing up over and over. A group of
clever researchers decided to ask some of the best developers using OO
languages what solutions they were coming up with. If a solution tended to
appear over and over, the researchers wrote it down, gave it a name, and
described when it would be good to use.

These recurring solutions are called "design patterns."

The landmark book that opened up design patterns to the world is called
"Design Patterns, Elements of Reusable Object Oriented Software" by Gamma,
Helms, Johnson, and Vlissides (a.k.a. the Gang of Four).

This book is an excellent reference, but not an easy read. I do not
recommend that you start there. I recommend, instead, that you start with a
slim and readable volume called

"Design Patterns Explained" by Shalloway and Trott

These are not code snippets per se, although many books illustrate their
examples using bits of code, and I've seen at least one patterns book come
with a CD illustrating samples of each pattern (Design patterns in C# by
Cooper). Design patterns are not libraries, either. They are techniques
and solutions to the problem of learning and understanding Object Oriented
programming.

Take a look at the Shalloway book. If you aren't a better programmer after
reading that book, I'll eat my hat. (I read it in two days... it's an easy
read).

--- Nick

"Juzan" <ju***@hotmail.com> wrote in message
news:ue**************@TK2MSFTNGP09.phx.gbl...
hi
i am looking at learning oo concepts well.
I have an idea about inheritance , encapsulation etc.
but i want to see it being implemented .

is there any large sample application that explains how it is implemented. ? thanx

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
5151
by: RK | last post by:
I was reading the Concepts manual and was puzzled by this sentence. Can anyone elaborate on this: <snip> Tables are the basic unit of data storage in an Oracle database. Database tables hold all...
1
1773
by: ravinder | last post by:
I wanted to develop a multithreaded program using OO concepts on windows platform. Problem: I have to simulate two layers(similar to TCP/IP stack layers), and the layer functionality is of finite...
6
1381
by: enki | last post by:
I had read that you should use classes to represent concepts. How does this work and what kind of concepts should be reresented as classes.
3
3061
by: Kappa | last post by:
Hello, Can anyone suggest me a good intermediate level C# book that teaches OOP concepts too. I saw Beginning C# Objects: From Concepts to Code by Jacquie Barker, it seems good but I want a...
3
1313
by: Robert | last post by:
I've been working with ASP.NET for about a year and I think I'm on the verge of "getting it." I suspect that if I came to understand a few key concepts it would all come together. One of those "key...
3
1535
by: User1013 | last post by:
I have the Javascript definitive guide book but I'm hoping someone can tell me what "language concepts" are being employed by the following code, so that I can look up the right parts in the book:...
20
2560
by: W Karas | last post by:
Would the fear factor for concepts be slightly reduced if, instead of: concept C<typename T> { typename T::S; int T::mem(); int nonmem(); };
30
5430
by: Xah Lee | last post by:
The Concepts and Confusions of Prefix, Infix, Postfix and Fully Functional Notations Xah Lee, 2006-03-15 In LISP languages, they use a notation like “(+ 1 2)” to mean “1+2”....
1
4214
by: aswinikg | last post by:
HI I am a newbie to 'C' and embedded application . I have a code in which the input parameter is being assigned in two ways (i) Runtime through user (ii)...
1
2110
by: Swathika | last post by:
Hi, Sometimes, you never get chance to learn 'Advanced Design Concepts and Real-time Scenarios' from institutes or through book-learning. But, in my blog, I have gathered some of the amazing...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7110
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7314
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7030
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.