Skip to main content

Books For Personal Growth & Wealth

· One min read

Recently I had completed the set of four books which are worlds greatest books on personal Growth and Wealth. Lets have a look which books are contained in this set.

Component Library With Ionic+Angular

· 3 min read

1. Summary​

A component library is a collection of logically group components so that one can explore, select components and helps in maintaining consistent design across projects. nag-ionic-lib built using following components.

Building A Component Library With React

· One min read

  1. Summary

A component library is a collection of logically group components so that one can explore, select components and helps in maintaining consistent design across projects. nag-rlib built usng following components.

Abstract Class

· 2 min read

Abstract classes are used for providing an abstraction to the code to make it reusable and extendable.

Abstract class in C++​

It is a class that has at least one pure virtual function (i.e., a function that has no definition). The classes inheriting the abstract class must provide a definition for the pure virtual function.