Programming and Data structures
  • Home
  • About
  • Contact

<programming and data
structures/>

THIS WEBSITE IS MAINLY DESIGNED FOR HELPING OUT NOVICE PROGRAMMERS WITH DATA STRUCTURES AND ALGORITHMS

C++ program to implement the use of Virtual functions and Pure Virtual functions:

7/31/2016

0 Comments

 
Notes:
             Classes that contain at least one pure virtual function is called Abstract classes. The pure virtual functions must be defined in the derived classes, or else they also become Abstract. Abstract classes cannot be used to create objects. But can be used to create  a pointer to that class type. Virtual functions provide dynamic binding to the functions defined in  the derived classes.

Binding: Connections between  the function call statement and the function definition.
Dynamic Binding: Binding that happens during the runtime.
Static Binding: Binding that happens during the compile time.

Sharable Link:


gist.github.com/ravikiran0606/b6b34ce40dd624082d71f4a47a9a1398

0 Comments

C++ Program to implement the function pointers , pointer to string and pointer to array:

7/31/2016

0 Comments

 
Sharable Link:

gist.github.com/ravikiran0606/bd42ddb24dad5a06050e660526e84852

0 Comments

C++ program to implement the initialization of Nested Members in a class:

7/31/2016

0 Comments

 
Sharable Link:

gist.github.com/ravikiran0606/d27ba4ed5be8ca8e255a0bdcc0edfff9

0 Comments

C++ Program to implement the Type Conversion in Classes:

7/31/2016

0 Comments

 
Sharable Link:

gist.github.com/ravikiran0606/c609906153811f0182eed9d02fb15980
0 Comments

C++ program to implement the array of objects and pointer pointing to it:

7/31/2016

0 Comments

 
Sharable Link:

gist.github.com/ravikiran0606/de091d3e877c7881a0b28cc8f8151329
0 Comments

Kaushik and his company.(Kurushetra Online  Programming Contest)

7/27/2016

0 Comments

 
Problem Statement:

https://www.codechef.com/KOPC2016/problems/K16I
Sharable Link:

gist.github.com/ravikiran0606/bba186e03cf4c5013d58c9d4efb3d4e2
0 Comments

              Ashvant and his girlfriends.(Kurushetra Online Programming Contest)

7/27/2016

0 Comments

 
Problem Statement:

https://www.codechef.com/KOPC2016/problems/K16F

Sharable Link:


gist.github.com/ravikiran0606/1a628d3cb1c9bf339c5ad12a94d7808c
0 Comments

Prime Frequency.(ITRIX 16)

7/27/2016

0 Comments

 
Problem Statement:

https://www.codechef.com/ITRX2016/problems/ITRIX16A
Sharable link:

gist.github.com/ravikiran0606/7c963ac6b35df1fe39ade24d5c95dec6
0 Comments

The Inversions.(ITRIX 16)

7/27/2016

0 Comments

 
Problem Statement:

https://www.codechef.com/ITRX2016/problems/ITRIX16C
Sharable Link:

gist.github.com/ravikiran0606/0c62a4f96622497e0a715554c8f6fdc5
0 Comments

Geek Sundaram attains inner peace.      (aBaCUS 16)

7/27/2016

0 Comments

 
Problem Statement:

https://www.codechef.com/ABCS2016/problems/ABACUS04
Sharable Link:

gist.github.com/ravikiran0606/c6f059ca1084b28861dbad72c28b668c

0 Comments
<<Previous

    Author

    S.Ravi Kiran, Competitive Sport Programmer.

    Archives

    September 2016
    August 2016
    July 2016

    Categories

    All
    ABaCUS 16
    Array Of Objects
    Bank Class
    BFS
    Complex Number Class
    Const Objects And Const Classes
    DFS
    Digit Class
    Dijkstra
    Dual Stack
    Dynamic Constructor
    Friend Class
    Function Pointers
    Graphs
    Initializing Nested Members
    ITRIX 16
    Krushal's Algorithm
    Kurushetra Online Programming Contest 16
    Matrix Addition
    Minimum Spanning Tree (MST)
    Nested Class
    Operator Overloading
    Pointers To Array Of Objects
    Pointer To Array
    Pointer To String
    Prim's Algorithm
    Pure Virtual Functions
    Queue Class
    Shortest Paths In Weighted Graph
    Stack Application
    Stack Class
    Static Members
    STL Map
    STL Vector
    String Class
    String Concatenation
    Time Class
    Two Stacks In A Single Array
    Type Conversion In Classes
    Validation Of Expression
    Virtual Functions

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home
  • About
  • Contact