R
Ron Vecchi
Latley I have been messing around with polymorphsim and inheritence and
really enjoying the benefits.
public myclass() {
'mycode
}
public myclass(string s) : this() {
'more code
}
----QUESTION---
which happens first? mycode or more code
really enjoying the benefits.
public myclass() {
'mycode
}
public myclass(string s) : this() {
'more code
}
----QUESTION---
which happens first? mycode or more code