+ 6
Why is c# or java considered easier than c++?
If c++ has oop just like c# and java. Why many people said that c++ is difficult to manage?
7 Respuestas
+ 8
I've never heard of it. What is the source?
+ 5
becoz it have many methods when we compile , errors cannot be known perfectly it is partially structural and partially object oriented so it make sense so. confusing
and it have pointers in heritance it is littile bit hard only
IT MAY BE THE REASON
+ 4
The only thing I can think of is pointers, you don’t have to worry about memory management and remembering to delete pointers in Java and really the only incredibly large idea in it is OOP. I think C# works with pointers a bit, but not as much.
+ 1
I think C# or Java is more hard than C++.
I started with C and continued with C++. And now I am really struggling with C# and Java. I THINK They are more hard than C++.
0
because c# and java is truly object oriented programming language. in c# and java everything is inside the class . both not support pointer. memory management done by JVM and CLR. so not worried about object memory allocation deallocation. easy to understand .supports oops concept. not allowed multiple inheritance
0
I wrote everything is inside the class means method ,variable
0
in c# primitive data type are built in data type . they are derived from value type which is derived from system.object class