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 does int32 mean?
Is int an object in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What is #region in c#?
What are sorted lists?
Why do we need events in c#?
How many constructors can a class have in c#?
What's the difference between class and object?
What is msil in c#?
How to use session under class file of APP_Code folder?
What is the use of flag in c#?
What is delegate in c# interview questions?
What is type keyword in c#?
Can we inherit two classes in c#?
What is access specifier in c#?