I am wondering how we would asign a class reference of a child class to an abstract class reference in one line.
I know this works:
MyClass c; MyAbstra