Every time an instance of a class is created the constructor method is called. ... A* b1 = new B; delete b1; If A does not ...
www.cprogramming.com