document.body.ondragstart = "return false";document.body.onselectstart = "return false";
microsoft dynamics ax interview questions: if you give private modifier to a class ,can we access properties of that from outside of that class ?
if you give private modifier to a class ,can we access properties of that from outside of that class ?
YES,because access modifiers does not influence the access level
No comments:
Post a Comment