Teaching programming in the era of AI is difficult. While the high level of programming is less interesting than low level programming, it still needs to be one of the most used in the industry. Programming language like Python, C#, and C++ still be used for daily maintenance or building new software. Unfortunately, the students less interested with high level programming. They like to use drag an...
[More]
OOAD (Object Oriented Analysis Design) is an old term in the 90'. OOAD focused in developing software in object oriented approach. Implementing OOAD means implement object oriented concept when developing a software, it sound an easy task but in reality it needs a quick, comprehensive, and domain knowledge. if OOP (Object Oriented Programming) is how to make a software with object oriented model, ...
[More]