Question: When an object of Child is created how many data members are allocated memory? using System; 1 reference E class Parent { public int A1;

When an object of Child is created how many data members are allocated memory? using System; 1 reference E class Parent { public int A1; private int A2; protected int A3; } O references Eclass Child : Parent { public int B1; } 1 2 3 4
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
