F
Flip
I'm reading in an article suggested by someone on one of the newsgroups here
(http://www.25hoursaday.com/CsharpVsJava.html) and under the topic titled
"Calling Base Class Constructors and Constructor Chaining" in the C#
example, they use the base() and this() constructors. Am I correct in
saying, the this() is the constructor chaining and the base() is like the
super() in java?
Thanks.
(http://www.25hoursaday.com/CsharpVsJava.html) and under the topic titled
"Calling Base Class Constructors and Constructor Chaining" in the C#
example, they use the base() and this() constructors. Am I correct in
saying, the this() is the constructor chaining and the base() is like the
super() in java?
Thanks.