What are basic fundamental for all languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are basic fundamental for all languages

15th Aug 2019, 12:48 AM
apoorv Tamrkar
apoorv Tamrkar - avatar
2 Answers
+ 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.
15th Aug 2019, 5:53 AM
notqueued
notqueued - avatar
+ 3
well all languages is stating a bit much, but most languages use Loops. you could also say Types, variables, operators
15th Aug 2019, 1:34 AM
Brave Tea
Brave Tea - avatar