Search:

Type: Posts; User: sagar474

Search: Search took 0.11 seconds.

  1. Re: what is the use of interfaces and abstract classes?

    Is interface shape can used as a data-type?
    and where as a circle can not be use as a data type when since it is not implemented shape?
  2. Re: what is the use of interfaces and abstract classes?

    public class Main {



    public static void main(String[] args) {

    shape circleshape=new circle();

    circleshape.Draw();
    }
  3. what is the use of interfaces and abstract classes?

    I am 5 years experienced in programming in C but Till I cant understand the languages like Java.
    what is the use of using interfaces and abstract class since they do nothing.
Results 1 to 3 of 3