Inheritance

R

rn5a

A class (derived) can be defined/derived from an existing class (base)
by inheriting the properties & methods of the base class but can an
object inherit the features of another object?

Thanks
 
J

Jesse Houwing

Hello (e-mail address removed),
A class (derived) can be defined/derived from an existing class (base)
by inheriting the properties & methods of the base class but can an
object inherit the features of another object?

I'm not sure I understand your question. Can you elaborate more? Maybe give
some examples of how this would work?
 
A

Alvin Bruney [MVP]

If the object is part of the hierarchy, it does implement *features* methods
properties etc that are not marked private. I hope i understood you
correctly
 
K

Kevin Spencer

The world "object" is the name of a .Net Framework class, the base class for
all other classes. "object" is also a term that means an instance of a
class. I hope that clears up any confusion.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,244
Latest member
cryptotaxsoftware12

Latest Threads

Top