Hope I'm not asking something that has been already answered in here.
If my class B inherits from class A, does new B()
create two instances in heap where B instance contains pointer to A instance, or there will be created only one instance of B including A members?