Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation!

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Programming

  • Home
  • Programming
  • Page 8

Inline Function in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
When a normal function is called, the execution control goes into the called function and returns back to the caller upon completion of the called function. But in C++, if…
Read More

Template Class in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
Like template function, we can create a template class that will operate on generic types. That means that we can have a single class that will work for, say, int,…
Read More

Template Function in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
In C++, we can write a function to operate on generic types. If we want to have the same function for different data types like, int, double, string, etc., we…
Read More

Function Overriding in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
In inheritance, the derived class inherits all the functions from the base class with same behavior. That means that an inherited function will behave in the exact same way in…
Read More

Operator Overloading in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
In C++, we can make the operators work for user defined data types. The meaning of the operator will depend on the implementation. This feature is known as operator overloading.…
Read More

Posts pagination

Previous page 1 … 6 7 8 9 10 … 38 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • C Program to Get a Digit at Any Position of a Number 52 views
    • Change a Variable from inside a C Function 39 views
    • Add New Node to XML File Using libxml2 in C 39 views
    • C Program to Set, Clear and Toggle a Bit 38 views
    • C Program to Append to a File 34 views
    • How to Take Screenshot on Fedora GNOME Desktop 32 views
    • Implement Bubble Sort in C 32 views
    • C Program to Count Characters, Words and Lines in a File 32 views
    • Friend Function in C++ 28 views
    • How to Implement Smart Pointer in C++? 27 views

    [chatbot_plugin]

    Copyright © 2015 - 2026 QnA Plus. All rights reserved.
    Scroll to Top
    0
    0
    0
    0
    0
    0