Advertisement

1 - 4 of 4 containing alltags:("inhereting") (0 seconds)
class A{ }; Class B{ }; Class C: private A{ }; Class D: protected A{ }; Class E: public virtual A{ } What is the difference b/w all of the above scenarios.
Zones: C++Date Answered: 11/23/2000 Grade: A Views: 0
Hi there.... Please give me a hand with this code, because I'm sure I'm missing something. I've made a control that inherits from PictureBox. This is the code using System; using System.Coll...
Zones: .NETDate Answered: 06/05/2004 Grade: B Views: 9
I have a class marked with [Serializable] attribute. When I try to serialize that class into a FileStream object using a BinaryFormatter it works fine. But, when i make that object as a remote...
Zones: .NETDate Answered: 12/15/2003 Grade: B Views: 0
I run a Linux Fedora Core 1 server on our small office network, which works quite happily with few problems. One issue that is bugging us is that when new folders are created, particularly when ...
Zones: Linux, Fedora LinuxDate Answered: 06/10/2004 Grade: A Views: 4
  • 1