why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / tushar bhade
Because main is global function in c++, using friend functions we can access private data members. and c++ contains basic data types i.e int, char etc,but in C# and Java contains basic types as a class.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What Is The Smallest Unit Of Execution In .net?
What are jump statements in c#?
What does break do in loop?
What is verbatim string literal in c#?
What benefit do you get from using a primary interop assembly (pia)?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What are value types in c#?
What is a delegate? How can it works?
Does the system.exception class have any cool features?
Can abstract class have parameterized constructor?
Explain the security with aop?
What is multicast delegate explain with example?
Is c# and .net same?
What is serialization of data?
Why delegates are safe in c#?