What would be a good code project idea for C objc oriented d
What would be a good code project idea for C++ objc oriented data structures class? (Like making a mini game dictionary etc so i can et full score on my project). Thanks
Solution
C++ is best option.
In c++ you have all the concept of Java ( data Hiding , polymorphism , encapsulation , class ) as well as Data Structure feature ( Pointer ). And having many inbuilt libraray which directly use to make better perform of your code.
