How to create a comment page in C #??

Answer Posted / guest

/*.....................*/

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are functions in oop?

582


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


Are polymorphisms mutations?

696


How do you define social class?

598


What is the advantage of oop over procedural language?

623






Why is polymorphism needed?

591


What is data binding in oops?

584


Can a destructor be called directly?

599


What is the main feature of oop?

618


Can a varargs method be overloaded?

617


How do you achieve polymorphism?

609


Why do we use inheritance?

628


What is abstraction example?

616


What are the 3 pillars of oop?

611


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1981