HKHimanshu Kumarinhkcpp.hashnode.dev·Dec 7, 2024 · 1 min readBasics of c++it is an object oriented programming language. it was developed by jarney stroustrup at AT & T bell lab. Comments in C++ Single Line Comment It starts with a double slash symbol - // // This is a single line comment in C ++ Multi Line Commen...00
HKHimanshu Kumarinhkcpp.hashnode.dev·Dec 7, 2024 · 2 min readOOPs BasicsBasic Concepts of Object Oriented Programming : Objects Classes Data abstraction & Encapsulation Inheritance Polymorphism Dynamic Binding Message Passing Objects objects are the basic run-time entities , it may represent a person , plac...00
HKHimanshu Kumarinhkcpp.hashnode.dev·Dec 7, 2024 · 2 min readProgramming LanguageA language in which programmers write the instructions to perform some computational task. There are mainly three programming languages : Machine level language It is a set of instructions executed directly by the Computer’s CPU ( Central Process...00
HKHimanshu Kumarindcn.hashnode.dev·Dec 4, 2024 · 3 min readData CommunicationData communications are the exchange of data between two devices by using some form of transmission medium such as wire cable. Effectiveness of a data communications system depends on : Delivery : system must deliver the data to the correct desti...00