T
Tony Johansson
Hi!
Here comes an easy question.
Assume a have a class that implements implicitly one or more interfaces.
I compile the code and use it and it works good.
Now to my question assume that I remove all the interfaces but keep all the
method, propery and so on that I used to implement the interfaces.
I'm just wondering if I did this would this cause any problem.
I mean the purpose of an interface is just a contract that require the class
to implement all the members in the interfaces.
//Tony
Here comes an easy question.
Assume a have a class that implements implicitly one or more interfaces.
I compile the code and use it and it works good.
Now to my question assume that I remove all the interfaces but keep all the
method, propery and so on that I used to implement the interfaces.
I'm just wondering if I did this would this cause any problem.
I mean the purpose of an interface is just a contract that require the class
to implement all the members in the interfaces.
//Tony