10, what is the correct option?
Let Q=function () {};
Object.prototype.q=function () {};
Function.prototype.p=function () {};
Let q=new Q ();
Alav Q can get Q but not p;
Blav Q can get Q but not p;
CPLV Q can get qMagol p;
DVV Q can get p but not Q;