Wednesday 27 December 2017

C++ Language Basics you have to know

These things are really important to know for a beginner to write a code  with the help of C++ language 



Basics
1. First C++ Program – Hello World!
2. Variables and their types
3. Data types

4. 
Operators in C++
Control Statements


5. If, if..else-if statement
6. Switch Case in C++
7. For loop
8. while loop
9. do while loop
10. Continue statement
11. Break statement
12. goto statement



Functions

13. Functions in C++
14. Default arguments in Functions
15. C++ Recursion
Arrays
16. Arrays
17. Multidimensional arrays
18. Passing Array to function
19. C++ Strings
Pointers
20. Pointers in C++
21. this Pointer
OOPs
22. OOPs Concepts
23. Constructor
24. Destructor
25. Structure
26. How to pass and return struct from function
27. Enumeration
28. Inheritance
29. Polymorphism
30. Function Overloading
31. Function Overriding
32. Virtual Function: Run time Polymorphism
33. Encapsulation
34. Abstraction
35. Interfaces – Abstract class
36. Pass and return object from function
37. Friend class and friend Function



Detail of the following content will be share in next posts.

Featured Post

All Answers of Quiz regarding to this course on Fiverr "Online Freelancing Essentials: Be A Successful Fiverr Seller"

To Clear All quiz of mentioned Course you can have a look on or check questions answers as well. Course name:  Online Freelancing Essentials...

Popular Posts