Multiple Interface

Mohan

Member
Joined
Oct 18, 2006
Messages
17
Location
bangalore
Programming Experience
1-3
can i write multiple interface in a file.

for eg

i have something like this in a file


Interface InterFace1
.
.
end interface

can i write
Interface InterFace2
.
.
end interface


Interface InterFace3
.
.
end interface

in same file
please suugest me
 
Back
Top