What is the difference between class and structure?

Answer Posted / nandkumar

Class can be single tent.
but not in case of structure.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you explain polymorphism?

598


What is byval and byref? What are differences between them?

1693


What is basic concept of oop?

706


What is this pointer in oop?

557


what's the basic's in dot net

1744






What is static modifier?

638


What is interface? When and where is it used?

1667


What is oops with example?

566


What is abstraction with example?

609


What is inheritance in simple words?

629


What are the 3 pillars of oop?

624


What is polymorphism what are the different types of polymorphism?

568


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(); }

1993


Why is oop useful?

605


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3559