+ 1
What are basic fundamental for all languages
2 Réponses
+ 5
data structures
procedural programming: conditional statements (if, else, nested if, if-else, if-else-if, switch), loops
object oriented programming:
classes, understanding basic concepts like inheritance, encapsulation, polymorphism and others.
+ 3
well all languages is stating a bit much, but most languages use Loops.
you could also say Types, variables, operators