TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Krunal Parate
NA
30
13.8k
Interface
Oct 5 2015 8:11 AM
if i want to implement 2 interfaces in one class but if both interface contain same method with same name with same definaition. can we Implement it.
eg:-
interface IClass
{
int sum(int x, int y);
void mult(int x, int y);
}
interface IClass2
{
int sum(int x, int y);
void div(int x, int y);
}
here sum method has same name and same definition
Reply
Answers (
2
)
pass complex object with mvc5 and angular js in mvc5?
VCE creator?