Class in problem in ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to ask some questions about ASP, but not ASP. NET, sorry for my cross post because i don't know where asp newsgroup is

First, is it possible to use user defined class in ASP, if so, how?
and does ASP support something like inheritance? I know vb only support something like interface, is it the same as ASP? Is there any example for ASP inheritance or interface?
 
First, is it possible to use user defined class in ASP, if so, how?

Yes. This would be a scripted class. See:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsstmclass.asp
and does ASP support something like inheritance? I know vb only support
something like interface, is it the same as ASP? Is there any example for
ASP inheritance or interface?

No. VBScript doesn't support a whole lot. Even VB6 doesn't support
Inheritance.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

Galileo said:
I want to ask some questions about ASP, but not ASP. NET, sorry for my
cross post because i don't know where asp newsgroup is
First, is it possible to use user defined class in ASP, if so, how?
and does ASP support something like inheritance? I know vb only support
something like interface, is it the same as ASP? Is there any example for
ASP inheritance or interface?
 
Back
Top