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
Why do we need constructors?
Why to use lock statement in c#?
What is the real use of interface in c#?
What is the implicit name of the parameter that gets passed into the class set method?
What is the use of console application in c#?
How to open a new form on button click in Windows forms?
What is overloading in c#?
What is a clr host?
What does an indexer do?
What does immutable mean in c#?
how to stored and retrive video in Sql server using asp.net c#......?
What Is A Satellite Assembly?
How to achieve polymorphism in c#?
What is the purpose of static?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?