2
Answers

Which of the following accurately describes the class structure when implementing an Asp.Net page which used the codefile attribute?

Photo of sam jame

sam jame

15y
10.4k
1

a.The actual instantiated class is the class defined in the codefile.

b.The actual instantiated class is dynamically created and has a base class defined in the codefile.

c.The actual instantiated class is dynamically created and has a member representing the class defined in the codefile.

d.The actual instantiated class is dynamically creates and is a co-class of the class defined in the CodeFile.

Answers (2)