2017-01-13

Advantages of OOP


  • OOPs provides code reusability
  • OOP provides a clear modular structure for programs
  • OOP makes it easy to maintain and modify existing code
  • Objects created for Object Oriented Programs can easily be reused in other programs
  • Security(abstraction), modularity, sharing (Inheritance)
  • High Cohesion(Peace of code apparently will tell what its actual work)
  • Low Coupling (Depends on another module)

2017-01-02

Notepad++ encoding problem with utf-8, ascii and unicode

When i was working with different language. When I opened a file with notepad++ all other languages text are converted to JUNK character. Then i tried to convert the text into a different encoding format but it could not work.


If you are facing the same issue the follow this tips.
     If your found any character junk in any text editor then don't convert the file to a different encode
     Open it in your computer internal notepad and edit it.