-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are Keywords in Python
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What is slicing in Python
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are Dict and List comprehensions
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are decorators in Python
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are Python namespaces
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are the benefits of using Python
-
Malarvizhi M started the topic classes and objects in C++ in the forum C++ 2 years, 8 months ago
Class: A class is a user-defined data type where all the member functions and data members are tailor-made according to demands and requirements in addition to which these all can be accessed with the help of an object. To declare a user-defined data type we use a keyword class.
Object: An object is an instance of a class and an entity with value…[Read more]
-
Malarvizhi M wrote a new item 2 years, 8 months ago
difference between new and malloc()
-
Malarvizhi M wrote a new item 2 years, 8 months ago
difference between new and malloc()?
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What are the advantages of C++
-
Malarvizhi M wrote a new item 2 years, 8 months ago
Freeze Panes in MS-Excel
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What is the use of comment
-
Malarvizhi M wrote a new item 2 years, 8 months ago
What is the use of Excel
-
Malarvizhi M started the topic C++ OOPs concept in the forum C++ 2 years, 8 months ago
C++OOPS Concept
■Object
■Class
■Inheritance
■Polymorphism
■Encapsulation
■Abstraction♧Object: Anything that exists physically in the real world is called an object.
♧Class: The collection of objects is called class.
♧Inheritance: Properties of parent class inherited into child class is known as inherita…[Read more]
-
Malarvizhi M started the topic purpose of the “delete” operator in C++ in the forum C++ 2 years, 8 months ago
The delete operator is used to delete/remove all the characteristics/properties from an object by deallocating its memory; furthermore, it returns true or false in the end. In simple terms, it destroys or deallocates array and non-array(pointer) objects which are created by new expressions.
C++
int GFG = new int[100];
// uses GFG…[Read more] -
Malarvizhi M started the topic virtual destructor in the forum C++ 2 years, 8 months ago
■When destroying instances or objects of a derived class using a base class pointer object, a virtual destructor is invoked to free up memory space allocated by the derived class object or instance.
■Virtual destructor guarantees that first the derived class’ destructor is called. Then the base class’s destructor is called to release the space o…[Read more]
-
Malarvizhi M started the topic polymorphism in C++ in the forum C++ 2 years, 8 months ago
Polymorphism is known as many forms of the same thing. In simple terms, we can say that Polymorphism is the ability to display a member function in multiple forms depending on the type of object that calls them.
In other words, we can also say that a man can be an employee to someone, a son of someone, a father of someone, and a husband of…[Read more]
-
Malarvizhi M started the topic token in C++ in the forum C++ 2 years, 8 months ago
A token is the smallest individual element of a program that is understood by a compiler. A token comprises the following:
■Keywords – That contain a special meaning to the compiler
■Identifiers – That hold a unique value/identity
■Constants – That never change their value throughout the program
■Strings – That contains the homogenous sequ…[Read more] -
Malarvizhi M wrote a new item 2 years, 8 months ago
absolute cell referencing and relative cell referencing in Microsoft Excel.
-
Malarvizhi M wrote a new item 2 years, 8 months ago
Spreadsheet in Excel?
- Load More
