Why is c# or java considered easier than c++? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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?

17th Jan 2018, 1:00 AM
Nurman Tajir
Nurman Tajir - avatar
7 Antworten
+ 8
I've never heard of it. What is the source?
17th Jan 2018, 1:25 AM
Malkon F
Malkon F - avatar
+ 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
17th Jan 2018, 3:14 AM
gnaneswari kolathuru
gnaneswari kolathuru - avatar
+ 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.
17th Jan 2018, 1:42 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 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++.
18th Jan 2018, 8:56 PM
Yusuf
Yusuf - avatar
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
18th Jan 2018, 7:25 PM
Priti K
Priti K - avatar
0
I wrote everything is inside the class means method ,variable
18th Jan 2018, 7:37 PM
Priti K
Priti K - avatar
0
in c# primitive data type are built in data type . they are derived from value type which is derived from system.object class
18th Jan 2018, 7:51 PM
Priti K
Priti K - avatar