Users should not create controls that:

a) extend existent controls
b) perform the same function as an existing control
c) inherit from class UserControl
d) a and c
e) b and c

b) perform the same function as an existing control

Computer Science & Information Technology

You might also like to view...

'[StPaul.xlsx]Qtr3'!A3 is an example of a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. When we destroy an object of class Child, three destructors are called: i) Child, ii) Parent, iii )GrandParent.. What is the order?

a) Child, Parent, GrandParent b) Parent, GrandParent, Child c) GrandParent, Child, Parent d) GrandParent, Parent, Child e) GrandParent, Child, Parent

Computer Science & Information Technology