manishsawant
MIS
Hi,
I have some points for discussion which are bothering me since long.
1. Can private class variable be inherited.
2. C# provides a default constructor. I have written a constructor that takes a string as a parameter but want to keep the number parameter as 1. I am confused about how to write the constructor.
3. When do i need to declare a class as an abstract instread of a interface.
4. Why access modifiers cant be specified for methods inside the interface.
5. If a base class has a bunch of overloaded constructors and inherited class has another bunch of overloaded constructors can i enforce a call from a inherited constructor from arbitrary based constructor.
6. Whats the implicit name of the parameter dat gets passed into the class set method.
If you can tell me about these then it would be a great help for me.
Thanks,
Manish
I have some points for discussion which are bothering me since long.
1. Can private class variable be inherited.
2. C# provides a default constructor. I have written a constructor that takes a string as a parameter but want to keep the number parameter as 1. I am confused about how to write the constructor.
3. When do i need to declare a class as an abstract instread of a interface.
4. Why access modifiers cant be specified for methods inside the interface.
5. If a base class has a bunch of overloaded constructors and inherited class has another bunch of overloaded constructors can i enforce a call from a inherited constructor from arbitrary based constructor.
6. Whats the implicit name of the parameter dat gets passed into the class set method.
If you can tell me about these then it would be a great help for me.
Thanks,
Manish