Create a object of derive class SE and sort-out what is the execution sequence of  a)      Constructor?  b)     Static constructor?  c)      What will happen when we will call  the displayName method of child class?  d)     Mention three ways to call the parent class method using the object of child class