Advertisements
search chat play-circle-outline angle-down angle-right angle-left icon-menu
Skip to content

Knowledge Junction

Junction where Knowledge is the sovereign, where problem meet solution, technology get explored.. Office 365, Azure, SharePoint, SharePoint Online, PowerShell, Microsoft Graph, M365

  • Home
  • About Knowledge-Junction
  • Technologies
    • Office 365
    • Azure
    • C#
    • SQL Server
    • SharePoint
    • SharePoint 2019
    • .Net
    • PowerShell cmdlets
    • IIS
    • Tools
      • Eclipse
      • JavaScript Regions
    • Visual Studio Extensions
    • Java Script
    • Type Script
  • Certification
    • Office 365 : 70-347 : Enabling Office 365 Services
  • News
    • SharePoint Online
    • Microsoft Azure
  • Downloads
  • Paintings
  • Success
Search
  • Tag: C++

  • C++ – Virtual Mechanism in C++

    Posted by yogesh narayan ojha on October 14, 2018

    Hello Friends, Today, in this article we will discuss, how Virtual mechanism is being handled in compiler level . The virtual mechanism mostly used to accomplish the dynamic polymorphism, which we discusses in one of …

    C++, Technologies
    0 0 comments on “C++ – Virtual Mechanism in C++”
  • C++ – Automatic type conversion for user defined data types

    Posted by yogesh narayan ojha on September 29, 2018

    Hello Friends, Today In this article we will discuss about the /automatic Type Conversation in case of user defined types. We have seen compiler does the type conversion in case of built in data types. …

    C++, Technologies
    1 One comment on “C++ – Automatic type conversion for user defined data types”
  • C++ – Dynamic Polymorphism

    Posted by yogesh narayan ojha on August 16, 2018August 16, 2018

    Hello Friends, Today, in this article we will mostly discuss about Dynamic Polymorphism and the difference between Static Polymorphism and Dynamic Polymorphism . Static Polymorphism : If function call binding is performed at compile time. This is also known as …

    C++, Technologies
    1 One comment on “C++ – Dynamic Polymorphism”
  • C++ – Static Polymorphism

    Posted by yogesh narayan ojha on July 31, 2018

    Polymorphism: In programming language we can say : Different functions can have the same name and if programmer call a function, which one to be executed is decided based on the arguments or the type of …

    C++, Technologies
    1 One comment on “C++ – Static Polymorphism”
  • C# – Show blinking label on Windows Form

    Posted by GAURAV KAWADIWALE on July 28, 2018August 1, 2018

    Show blinking label on window forms application using c#

    C#, Technologies
    0 0 comments on “C# – Show blinking label on Windows Form”
  • C++ – Different between Abstract Class and Interface

    Posted by yogesh narayan ojha on July 22, 2018July 22, 2018

    In this article we will discuss about the difference between Abstract class and Interface. Abstract Class: An abstract class is, conceptually, a class which contain at least one pure virtual function. It can’t be instantiated …

    C++, Technologies
    0 0 comments on “C++ – Different between Abstract Class and Interface”
  • C++ – Sorting a list in a random order

    Posted by yogesh narayan ojha on January 2, 2018January 3, 2018

    In this article, we will discuss how to sort a list of objects in random order, where the order is defined by the user.

    C++, Technologies
    0 0 comments on “C++ – Sorting a list in a random order”
copyright@2018