0
Guide for OOP and database fundamental
Hello guys im a second year college student and the topic we about to discuss is about oop and database fundamentals. Do you have any tips on how can I learn them before we even start. What can i review? Tia
2 Respostas
+ 1
Whenever I encounter the word OOP, I think of the ff: encapsulation, abstraction, polymorphism, inheritance. Whenever I encounter the word database, I think of the ff: MS Access, MySQL, Oracle, etc. - how to create tables - the SQL for data manipulation - the linking/relationship of tables - how to connect database and a certain programming language.
+ 2
There are relevant courses, for example:
https://www.sololearn.com/ru/learn/courses/sql-introduction
Regarding OOP, it would be better to start by finding out which languages you will be studying in college and, accordingly, take their courses here. This won't teach you OOP (and I'm not sure if anything on this site can teach you that at all), but it will give you a basic understanding of the languages you will be working with.