Object-oriented codes representation of program understanding system

The purpose of this paper is to present and describe the representation of an object-oriented programming code in the program understanding system. The program’s representation that has been used and will be discussed is an Object-oriented Control Flow Graph (OO-CFG). OO-CFG was an added version on...

Full description

Bibliographic Details
Main Authors: Mohd Sani, Nor Fazlida, Mohd Zin, Abdullah, Idris, Sufian
Format: Conference or Workshop Item
Language:English
Published: IEEE 2008
Online Access:http://psasir.upm.edu.my/id/eprint/47721/
http://psasir.upm.edu.my/id/eprint/47721/1/Object-oriented%20codes%20representation%20of%20program%20understanding%20system.pdf
Description
Summary:The purpose of this paper is to present and describe the representation of an object-oriented programming code in the program understanding system. The program’s representation that has been used and will be discussed is an Object-oriented Control Flow Graph (OO-CFG). OO-CFG was an added version on the notation of the traditional control flow graph (CFG). This new OO-CFG has been created since from the literature there are no researches specifically focus on the problem in presenting the communications between objects. Usually the communication between objects in object-oriented program code is by a process of message passing. In this paper, we are introducing the OO-CFG representation and also example on the usage.