{
function 1(){};
function 2 (){};
}
in this abstract class let us consider no member function and no implementations are there...
how do u declared same function in interfaces?

public interface IFunction
{
public void Function1();
public void Function2();
}

Your syntax isn't correct. Do you have intension to learn OOP from scratch by asking a lot of questions?!
Please mark all previous threads as solved included this one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.